fpicker
fpicker copied to clipboard
Unable to resolve
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!
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