We are still actively working on the spam issue.
Difference between revisions of "Reverse Engineering"
(More sections) |
(New section special interest, old games) |
||
Line 29: | Line 29: | ||
*https://learn.microsoft.com/en-us/sysinternals/downloads/procmon | *https://learn.microsoft.com/en-us/sysinternals/downloads/procmon | ||
*https://x64dbg.com/ | *https://x64dbg.com/ | ||
+ | |||
+ | ===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 | ||
===Resources=== | ===Resources=== | ||
*https://back.engineering/ | *https://back.engineering/ | ||
*https://secret.club/ | *https://secret.club/ |
Revision as of 14:54, 27 May 2023
Reverse engineering is an occational topic on 4chan, and there is an interest in turning this into a general: /reg/.
Archive: [1]
Contents
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 7.7)
- 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/
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,