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)
|
|
|
|
|
2023-01-16 19:02:44 +01:00
|
|
|
## Automated Solver
|
|
|
|
|
|
|
|
* [angr](https://docs.angr.io) is a binary analysis tool and comes with an automated solver
|
|
|
|
```sh
|
|
|
|
pip install angr
|
|
|
|
```
|