All releases of EDB (Evan's Debugger)


Release Notes: State structures are now defined in the DebuggerCore instead of in the main source, which will allow better portability in the future. It has improved edisassm decoding and organization. It fixes some corner cases in search routines. It fixes a false positive in "main" detection for non C binaries. There is preliminary thread debugging support (it's still very experimental; expect it to not work 100% correctly). Analyzer code and speed has been improved. The plugin interface has been cleaned up. If it doesn't need to be in the public headers, it won't be. There are many small bugfixes.


Release Notes: Experimental OpenBSD support was added. Symbol generation support is now built in, so there is no longer any dependency on system utilities. The reference finder was improved. A basic "ROP" plugin was implemented. Many internal changes were made to improve code quality and consistency. Many other small improvements and bug fixes were made.


Release Notes: The build on certain platforms was fixed.


Release Notes: Improved data display. A much better internal event model. Fixed decoding of cmpxchg8b/cmpxchg16b instructions. Fixed decoding of certain 64-bit instructions. Theming support for the disassembly. The way that the copy operation worked on the QHexView widget has been improved. Some meta-data display that was unintentionally removed in a previous version has been re-added. There are many other improvements.


Release Notes: Bookmarking support has been improved. Some minor bugs were fixed. Syntax highlighting has been added.


Release Notes: A minor fix was made in the build system. This only really affects 64-bit builds.


Release Notes: Many minor fixes and tweaks. Improved performance. A few crash fixes.


Release Notes: 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.


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


Release Notes: 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.