C | |
close [R2] |
close a r2 instance
|
command [R2] |
Send a command to r2, get back plain string output
|
command_json [R2] |
Send a command to r2, get back Yojson.
|
O | |
open_file [R2] |
Create a r2 instance with a given file, raises
if file doesn't exists
|
W | |
with_command [R2] |
Convenience function for opening a r2 instance, sending a command,
getting the result as plain string and closing the r2 instance
|
with_command_j [R2] |
Convenience function for opening a r2 instance, sending a command,
getting the result as Yojson and closing the r2 instance
|