edisassm is a disassembler engine for the EDB debugger.
Developer comments
My Debugger (EDB) has recently spawned off a side project. I am no longer satisfied with libdisasm as the disassembler engine for EDB. It is a stagnant project and only supports i386. Because of this I have started my own object oriented disassembly API which will be the future basis for EDB's disassembly. It can decode all of the i386/EMT64 instruction set including MMX, and the various SSE instructions sets (SSE/SSE2/SSE3/SSSE3). The tables are based on the latest documentation for the Intel EMT-64 and IA-32 architecutures.
Product's homepage
Requirements:
· Qt
What's New in This Release: [ read full changelog ]
· Version 1.5.4 is the first version to support 64-bit instructions.