EDB (Evan's Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms.
| Tags | Software Development Debuggers Disassemblers |
|---|---|
| Implementation | C++ |
Recent releases


Changes: Improved code and heap analyzers. They should work more often with higher accuracy. The code analyzer is much faster now. UTF-16 string searching has been added. There is a new and improved plugin API. An issue when removing breakpoints from the Breakpoint Manager plugin has been fixed. Many other changes.


Changes: This release fixes a minor bug in edisassm's disassembly.


Changes: A new plugin API. Use of boost to improve code quality. Numerous minor bugfixes. The first version that compiles on Windows (though it is not a functional debugger yet on Windows). Several other minor changes.


Changes: Improved 64-bit support (a bug preventing 64-bit debugging was fixed). Improved ASCII string identification code. Much faster heap analysis. Preliminary changes to help support future internationalization are in place.


Changes: The heap analyzer now works in x86-64, and GS/FS segments are now included in the basic analysis. There is better x86-64 install directory support. The symbol viewer plugin is improved.