EDB (Evan’s Debugger) 0.8.21
EDB (Evan’s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg.
EDB project 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.
Requirements:
· QT4
Installation:
$ qmake
$ make
On certain systems your qmake make [...]