We are still actively working on the spam issue.
Difference between revisions of "Reverse Engineering"
(Getting the Reverse Engineering general FAQ underway) |
(More sections) |
||
Line 4: | Line 4: | ||
== Links == | == 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=== | ===Reverse Engineering Tools=== | ||
Line 10: | Line 18: | ||
*https://cheatengine.org | *https://cheatengine.org | ||
*https://ollydbg.de | *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/ | ||
+ | |||
===Resources=== | ===Resources=== | ||
*https://back.engineering/ | *https://back.engineering/ | ||
*https://secret.club/ | *https://secret.club/ |
Revision as of 21:08, 24 May 2023
Reverse engineering is an occational 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 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/