Brida
Brida copied to clipboard
& (AND) path bug
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.
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.