Created
December 10, 2019 08:32
-
-
Save tahaconfiant/dbd697d265632ae52600e001682fb02c to your computer and use it in GitHub Desktop.
waitpid_callback
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
def waitpid_callback(frame, bp_loc, dict): | |
print ("waitpid() detected!") | |
print ("bundlore_python_dump has finished, dumped python code is here: /tmp/dumped.py") | |
frame.thread.process.Stop() | |
frame.thread.process.Kill() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment