killchain-compendium/Reverse Engineering/References.md

19 lines
440 B
Markdown
Raw Normal View History

2022-11-12 23:18:06 +01:00
# Reverse Engineering References
2023-01-08 20:39:18 +01:00
## Software Reverse Engineering Frameworks
* [Awsome Ghidra](https://github.com/AllsafeCyberSecurity/awesome-ghidra.git)
* [ghidraninja's ghidra_scripts](https://github.com/ghidraninja/ghidra_scripts.git)
2022-11-12 23:18:06 +01:00
## 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
```