killchain-compendium/Reverse Engineering/References.md

19 lines
440 B
Markdown

# Reverse Engineering References
## Software Reverse Engineering Frameworks
* [Awsome Ghidra](https://github.com/AllsafeCyberSecurity/awesome-ghidra.git)
* [ghidraninja's ghidra_scripts](https://github.com/ghidraninja/ghidra_scripts.git)
## Debugger
[scdbg](https://github.com/dzzie/SCDBG.git)
## Automated Solver
* [angr](https://docs.angr.io) is a binary analysis tool and comes with an automated solver
```sh
pip install angr
```