Created
June 8, 2017 15:21
-
-
Save rhizoome/75da6a38b618b7dd6ffca7ef5fb94256 to your computer and use it in GitHub Desktop.
foo python reverse debug with rr
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
(rr) source /usr/share/doc/python3.5/examples/gdb/libpython.py | |
(rr) py-bt | |
Traceback (most recent call first): | |
File "py.py", line 1, in huhu | |
def huhu(a): | |
File "py.py", line 7, in <module> | |
print(huhu(3)) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment