Skip to content

Instantly share code, notes, and snippets.

@bartman
Created August 13, 2020 13:04
Show Gist options
  • Save bartman/ec99456f11213022f0eae7fc43a50c3a to your computer and use it in GitHub Desktop.
Save bartman/ec99456f11213022f0eae7fc43a50c3a to your computer and use it in GitHub Desktop.
$ cat ~/.gdbinit
# GEF
# https://gef.readthedocs.io/en/master/
#
# https://github.com/hugsy/gef
# Voltron
# https://github.com/snare/voltron
#
# git clone https://github.com/snare/voltron
# cd voltron
# ./install.sh
#
# voltron view register
# voltron view stack
# voltron view disasm
# voltron view backtrace
set breakpoint pending on
source /home/bart/src/gef/gef.py
source /home/bart/.local/lib/python3.7/site-packages/voltron/entry.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment