Skip to content

Instantly share code, notes, and snippets.

@tahaconfiant
Created December 10, 2019 08:32
Show Gist options
  • Save tahaconfiant/dbd697d265632ae52600e001682fb02c to your computer and use it in GitHub Desktop.
Save tahaconfiant/dbd697d265632ae52600e001682fb02c to your computer and use it in GitHub Desktop.
waitpid_callback
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