mirror of
https://github.com/carpedm20/awesome-hacking
synced 2024-11-26 06:10:23 +00:00
Reverse Engineering: Add ScratchABit interactive disassembler
This commit is contained in:
parent
38a29ccd35
commit
2684a0d0ba
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
* [radare2](https://github.com/radare/radare2) - A portable reversing framework
|
||||
* [plasma](https://github.com/joelpx/plasma) - Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code.
|
||||
* [Hopper](https://www.hopperapp.com) - A OS X and Linux Disassembler/Decompiler for 32/64 bit Windows/Mac/Linux/iOS executables.
|
||||
* [ScratchABit](https://github.com/pfalcon/ScratchABit) - Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
|
||||
|
||||
<a name="reverse-engineering-general" />
|
||||
## General
|
||||
|
|
Loading…
Reference in a new issue