Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

& (AND) path bug #54

Open
marius878 opened this issue May 21, 2020 · 1 comment
Open

& (AND) path bug #54

marius878 opened this issue May 21, 2020 · 1 comment

Comments

@marius878
Copy link

marius878 commented May 21, 2020

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.

@federicodotta
Copy link
Owner

federicodotta commented Jun 13, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants