fpicker icon indicating copy to clipboard operation
fpicker copied to clipboard

Unable to resolve

Open naivenom opened this issue 1 year ago • 1 comments

It's not possible to use the frida-compile in all-in-one JS harness: user@server:~/fpicker/examples/test$ frida-compile test-fuzzer.js -o harness.js unable to resolve: /home/user/fpicker/harness/fuzzer.js

I'm using the latest release for Frida. Thanks in advance!

naivenom avatar Feb 24 '25 17:02 naivenom

It looks like you are running the command from the wrong directory.

Try to run this instead from user@server:~/fpicker: frida-compile -o examples/test/harness.js examples/test/test-fuzzer.js

vnc0 avatar Feb 24 '25 19:02 vnc0