rizin/r2-bindings/python/test-r_core.py
2011-06-25 21:25:44 +02:00

8 lines
134 B
Python

from r2.r_core import *
from r2.r_cons import *
core = RCore()
core.file_open("/bin/ls", False, 0)
core.cmd0("pd 8");
RCons.flush()