Skip to content

Instantly share code, notes, and snippets.

View ZetaTwo's full-sized avatar

Calle Svensson ZetaTwo

View GitHub Profile
@ZetaTwo
ZetaTwo / gdb-python2.7-ubuntu.sh
Last active August 29, 2015 14:22 — forked from zachriggle/gdb-python2.7-ubuntu.sh
Compile GDB with Python 2 for Peda
apt-get install python2.7-dev python2.7
apt-get build-dep gdb
apt-get source gdb
cd gdb-7.9
sed -i -E "s|python3|/usr/bin/python2.7|" debian/rules
dpkg-buildpackage -uc -us -j8
dpkg-install ../*.deb