Reverse Engineering: Add ScratchABit interactive disassembler

This commit is contained in:
Paul Sokolovsky 2017-02-04 08:31:02 +02:00 committed by GitHub
parent 38a29ccd35
commit 2684a0d0ba

View file

@ -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