Created
November 13, 2015 08:41
-
-
Save trufae/b92c18d368e23fa4bc81 to your computer and use it in GitHub Desktop.
Python R2Pipe Debugger Example
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
| 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