HOWTO : edb-debugger on Ubuntu 16.04

edb is a cross platform x86/x86-64 debugger. It was inspired by Ollydbg, but aims to function on x86 and x86-64 as well as multiple OS's. Linux is the only officially supported platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports are underway with varying degrees of functionality.





Install



sudo apt-get install git build-essential libboost1.58-all-dev qt5-default libqt5xmlpatterns5-dev



cd ~

mkdir arsenal

cd arsenal

git clone --recursive https://github.com/eteran/edb-debugger.git

cd edb-debugger

./travis_install_capstone.sh

qmake

make

sudo make install

cd ~

sudo edb






Update/Upgrade



cd ~/arsenal

rm -R edb-debugger




Repeat the Install procedure as previous mentioned.





Reference



Wiki





That's all! See you.