Closed idandre closed 5 years ago
cutter.cmdj
is decoding json output from radare but pd
command is not returning json.
You should use pdj
if you want json or use cutter.cmd
instead to get raw output.
;( This totally makes sence. Thank you :D
I am not sure if this is because I am using r2 3.6.0 ( newest is 3.8.0)
Input: import cutter cutter.cmd('s main') cutter.cmdj('pd')
Output:
JSONDecodeError Traceback (most recent call last)