ANN: ScratchABit - Interactive disassembler

Paul Sokolovsky pmiscml at gmail.com
Sun Aug 23 23:12:51 CEST 2015


Hello,

ScratchABit is pure-Python, interactive disassembler
(direct-manipulation, textmode UI), suitable for reverse engineering
work of malware analysis, security research, developing open-source
drivers, etc. ScratchABit is architecture-independent and supports
particular CPU using plugins. Plugin API used is compatible with
IDAPython, which is pretty much an industry standard and allow easy
reuse of the wealth of plugins developed by community. A sample plugin
for Intel x86 (32 or 64 bit) is included, based on pure-Python PyMsasid
disassembly engine.

ScratchABit is distributed as a git repository with submodules pulling
in any required components (plugins), allowing quick start even for
people who aren't familiar with Python (Python3 is the only
requirement).

Project is at version 0.9 currently.

https://github.com/pfalcon/ScratchABit



-- 
Best regards,
 Paul                          mailto:pmiscml at gmail.com


More information about the Python-announce-list mailing list