Call a radare2 command. This is similar to R2Pipe.cmd
, but skips all the command parsing rules,
which is safer and faster but you cannot use any special modifier like @
, ~
, ...
See R2Pipe.callAt() to call a command on a different address
the JSON decoded object from the output of the command
Generated using TypeDoc
Generic interface to interact with radare2, abstracts the access to the associated instance of the tool, which could be native via rlang or remote via pipes or tcp/http.