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

5 lines
67 B
Python
Executable File

from r2.r_core import RBreakpoint
a = RBreakpoint ()
print dir(a)