Develop and Download Open Source Software

EDB (Evan's Debugger)

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2011-04-15 06:29
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.

Project Resources

http://freecode.com/urls/8ad316355b051494ac5a06ea02de02a3
http://freecode.com/urls/1fb1207e6e16fa905be8e11a27f738b9
http://freecode.com/projects/edebugger

Project Description

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.