Entrypoint must be inside the project root
**** Console cleared successfully **** Entrypoint must be inside the project root Error during frida-compile, potentially caused by compilation errors. Aborting. If exception details are not returned, try to run frida-compile manually. frida-compile command: "C:\Users\Admin\AppData\Roaming\npm\frida-compile.cmd" -o "C:\Users\Admin\AppData\Roaming\npm\frida\bridaGeneratedCompiledOutput.js" "C:\Users\Admin\AppData\Roaming\npm\frida\brida.js"
Hi @0xsheet,
that issue was cause by an incompatibility I had with frida-compiled.
In the last version of Brida (0.6) they should be fixed (you have to use frida>=17).
Alternatively, if you want to use older frida version, you can use Brida 0.6pre with [email protected] to solve your issue.
Please let me know if your issue is solved.
Federico