hello friends! new(ish)!
Reverse Engineering
Jump to navigation
Jump to search
Reverse engineering is an occasional topic on 4chan, and there is an interest in turning this into a general: /reg/.
Archive: [1]
Links
Getting Started
- https://github.com/tylerha97/awesome-reversing
- https://opensecuritytraining.info/
- https://www.coursera.org/learn/malware-analysis-and-assembly
- https://malwareunicorn.org/workshops/re101.html#0
- https://exploitreversing.com/2021/12/03/malware-analysis-series-mas-article-1/
- https://github.com/onethawt/reverseengineering-reading-list
Reverse Engineering Tools
- https://hex-rays.com/ida-pro/ (latest cracked version is 8.3)
- https://github.com/NationalSecurityAgency/ghidra
- https://cheatengine.org
- https://ollydbg.de
Other Tools
- https://remnux.org/
- https://github.com/mandiant/flare-vm
- https://ghidra-sre.org/
- https://github.com/hugsy/gef
- https://github.com/radareorg/radare2
- https://cutter.re/
- https://github.com/hasherezade/pe-bear
- https://learn.microsoft.com/en-us/sysinternals/downloads/procmon
- https://x64dbg.com/
- https://imhex.werwolv.net/
Special Interests
Old Games
There is a lot of interest in RE of old games, to understand how they worked, or to port them to newer platforms as old platforms no longer are available,
- https://tcrf.net/The_Cutting_Room_Floor
- https://stardot.org.uk/forums/ - Specializes in Acorn machines such as the Electron and BBC
- https://www.bbcelite.com/ - Dedicated to the reverse engineering and study of Elite
Cars
There are a lot of electronics and microcontrollers in a car, and a corresponding interest in reverse engineering
- The Car Hacker's Handbook is presented as "A Guide for the Penetration Tester". It has been Licensed under CC-BY-NC-SA though the text of the book has not been amended
- 2014 Car hacker's Handbook - the earlier version of the above, distributed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 license. Note, the file is 251 MB in size and slow to download from The Archive.
Resources
- https://back.engineering/
- https://secret.club/
- https://habr.com/ru/articles/548344/ - How to Start Reverse Engineering in 2021