Created
August 13, 2020 13:04
-
-
Save bartman/ec99456f11213022f0eae7fc43a50c3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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