Skip to content

Instantly share code, notes, and snippets.

@trufae
Created November 13, 2015 08:41
Show Gist options
  • Select an option

  • Save trufae/b92c18d368e23fa4bc81 to your computer and use it in GitHub Desktop.

Select an option

Save trufae/b92c18d368e23fa4bc81 to your computer and use it in GitHub Desktop.
Python R2Pipe Debugger Example
import r2pipe
r2=r2pipe.open("/bin/ls", False, False, True)
for a in range(1,10):
print r2.cmdj("drj")
r2.cmd("ds")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment