Installing Evan’s Debugger in Ubuntu
06/27/2010
Evan’s Debugger is a Linux replacement for OllyDbg.
You can install it by downloading the .tar.gz and doing the following:
$ sudo apt-get install libqt4-dev
$ sudo apt-get install libboost1.40-all-dev
$ tar zxvf debugger-0.9.15.tgz
$ mv debugger /usr/local/src/
$ cd /usr/local/src/debugger
$ qmake -makefile DEFAULT_PLUGIN_PATH="/usr/lib/edb/"
$ make
$ sudo make INSTALL_ROOT=/usr install
This post was *EXACTLY* what I was looking for. Worked like a charm, thank you sir!
Worked perfectly, thank you!
dont work fine with debugger-0.9.16.tgz
coyotus@desktop debugger $ qmake -makefile DEFAULT_PLUGIN_PATH=”/usr/lib/edb/”
Project ERROR: EDB requires Qt version 4.5 or greater
i get same as coyotus….
maybe this needs updating.
sooo…. many…. dependencies!
Hi coyotus, are you using an older version of Ubuntu? Lucid comes with libqt4-dev version 4.6.2-0ubuntu5.1.
Worked fine for me with 0.9.16 on ubuntu 10.04. Thanks for the instructions!
Coyotus, Octopus:
Maybe you should try qmake-qt4 instead of qmake
Works on ubuntu maverick qt 4:4.7.0-0ubuntu4.4 ,gdb 0.9.17,libboost-all-dev 1.42.0 .complains about architecture though many thanks
Since Dec 2010, .debs have been available on the official site (link on this page). I didn’t realize this until, because first I ended up on the freecode.com project page.
Hey, thanks so much. Worked like a charm. Was banging my head until I found these steps.
Thank you for the post. Your instructions worked great. Installed edb on Backtrack 5.
As per your instructions i did everything accordingly and everything went well until i entered “make” and i got this error
cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /usr/local/src/edb-debugger/src/src.pro DEFAULT_PLUGIN_PATH=/usr/lib/edb/ -o Makefile ) && make -f Makefile
Project ERROR: Unknown module(s) in QT: xmlpatterns
make: *** [sub-src-make_first] Error 3