frida / frida-compile

Compile a Frida script comprised of one or more Node.js modules
Other
190 stars 48 forks source link

Error during frida-compile. #77

Closed abdelaziz-khaled closed 1 year ago

abdelaziz-khaled commented 1 year ago

CMD : frida-compile script.js -o run.js Error: Unable to detect shim directory; please file a bug at Module.queryDefaultAssets (file:///C:/Users/user1/AppData/Roaming/npm/node_modules/frida-compile/dist/compiler.js:161:19) at main (file:///C:/Users/user1/AppData/Roaming/npm/node_modules/frida-compile/dist/cli.js:23:29) at file:///C:/Users/user1/AppData/Roaming/npm/node_modules/frida-compile/dist/cli.js:57:5 at ModuleJob.run (node:internal/modules/esm/module_job:194:25)

abdelaziz-khaled commented 1 year ago

The problem arose due to a space in the file path.