1 2 3 4 5 6 7 |
python import sys, os.path sys.path.insert(0, os.path.expanduser('~/.gdb')) import qt5printers qt5printers.register_printers(gdb.current_objfile()) end source /home/tallen/Projects/pwndbg/gdbinit.py |
1 2 3 4 5 6 7 |
python import sys, os.path sys.path.insert(0, os.path.expanduser('~/.gdb')) import qt5printers qt5printers.register_printers(gdb.current_objfile()) end source /home/tallen/Projects/pwndbg/gdbinit.py |
No comments yet.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.
Powered by WordPress