Closed jcook-bb closed 2 years ago
thats an expected result as the ;
is a special caracter used to separate commands and you can run multiple commands at once. in the r2 shell you need to quote the whole command, so you must do the same when using it via r2pipe, pick the one you like more: escaping the colon or quoting the whole thing
radare2 will work for the following [0x000010d0]> "/adj push;push" [{"offset":4316,"len":2,"code":"push eax; push esp"},{"offset":4317,"len":2,"code":"push esp; push edx"},{"offset":4343,"len":2,"code":"push eax; push ecx"}}]
However r2pipe doesn't seem to handle this.
Any ideas on a work around? r2pipe works for single search r2.cmdj("/adj push")