You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prevents BAP from failing when radare2 fails (#1204)
It looks like that radare2 command line interface varies a bit across
versions and we certainly shouldn't really fail if the radare2 process
has failed.
Also, sometimes, radare2 tries to take -isj as the name of the file,
instead of the file itself. So I moved it forward.
Fixes#1203
0 commit comments