Brida icon indicating copy to clipboard operation
Brida copied to clipboard

Entrypoint must be inside the project root

Open 0xsheet opened this issue 3 months ago • 1 comments

**** 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"

Image

0xsheet avatar Sep 16 '25 02:09 0xsheet

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

federicodotta avatar Oct 23 '25 10:10 federicodotta