radare2/r2-bindings/python/test-r_util.py

13 lines
170 B
Python
Executable File

#!/usr/bin/python
from r2.r_core import *
b = RBuffer ()
print dir(b)
rs = RSystem()
str = rs.cmd_str ("ls", "")
#str = RSystem.cmd_str ("ls", "")
print "((%s))"%str