Quantcast
RSS Entries RSS
RSS Subscribe by Email

Installing Evan’s Debugger in Ubuntu

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

8 Comments »

  1. the_disreputable said,

    August 14, 2010 at 9:44 pm

    This post was *EXACTLY* what I was looking for. Worked like a charm, thank you sir!

  2. james_brown said,

    November 7, 2010 at 9:09 pm

    Worked perfectly, thank you!

  3. coyotus said,

    November 28, 2010 at 12:15 am

    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

  4. octopus said,

    January 15, 2011 at 10:06 am

    i get same as coyotus….

    maybe this needs updating.

    sooo…. many…. dependencies!

  5. Ben said,

    January 15, 2011 at 6:21 pm

    Hi coyotus, are you using an older version of Ubuntu? Lucid comes with libqt4-dev version 4.6.2-0ubuntu5.1.

  6. Jay said,

    January 23, 2011 at 7:03 pm

    Worked fine for me with 0.9.16 on ubuntu 10.04. Thanks for the instructions!

  7. F said,

    March 1, 2011 at 8:08 pm

    Coyotus, Octopus:
    Maybe you should try qmake-qt4 instead of qmake

  8. fooball said,

    January 14, 2012 at 7:04 pm

    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

RSS feed for comments on this post · TrackBack URL

Leave a Comment