ScratchABit: Easily retargetable and hackable interactive disassembler

ScratchABit ScratchABit is an interactive incremental disassembler with data/control flow analysis capabilities. ScratchABit is dedicated to the efforts of the OpenSource reverse engineering community (reverse engineering to produce OpenSource drivers/firmware for hardware not properly… The post ScratchABit: Easily retargetable and hackable interactive disassembler appeared first on Penetration Testing.

REDasm: The Open Source Disassembler

REDasm is an interactive, multiarchitecture disassembler written in modern C++11 using Qt5 as UI Framework, its core is modular and it can be easily extended in order to support new file formats and instruction sets. Formats & Assemblers Support Formats Portable Executable 32/64 bits ELF Executable 32/64 bits, Little/Big endian Sony Playstation 1 Executable PsyQ […]