Brida icon indicating copy to clipboard operation
Brida copied to clipboard

& (AND) path bug

Open marius878 opened this issue 4 years ago • 1 comments

If you have an AND (&) mark in the path given to frida-compile (probably other options too) in the Configurations pane, it "splits?" the path and, of course, won't be able to find the binaries.

marius878 avatar May 21 '20 09:05 marius878

Hi @marius878

it is a strange behavior. Honestly, I never try a path with a & char in it. I pass the path to the Runtime.exec(String[] arrayCmd) and probably this char is executed as part of the command also if I'm using exec(String[]) and not exec(String).

I will try and let you know.

federicodotta avatar Jun 13 '20 06:06 federicodotta