frida / frida-compile

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

Unable to run command on MacBook #11

Closed exrme18 closed 6 years ago

exrme18 commented 6 years ago

Hi, I have installed the Frida-compile instructed on readme page but while running the command I am getting following error.

exrme:frida-uikit manish$ frida-compile -bash: frida-compile: command not found

Thanks

oleavr commented 6 years ago

This module is not meant to be installed globally. That's actually strongly discouraged, as different projects may require different versions of frida-compile. If you want to use it on the CLI, add $(pwd)/node_modules/.bin to your PATH. Full example on how to use frida-compile here.

lalokupfer commented 4 years ago

Hi, I installed: pip install Frida pip install frida-tools npm install frida-compile On windows 10. but when trying to execute: frida-compile -O compiled.js server.js From this example:https://github.com/SebastienWae/tiktok-gorgon-bridge

I get 'frida-compile' is not recognized as an internal or external command, operable program or batch file. could you please help?

oleavr commented 4 years ago

@lalokupfer The frida-compile executable is in node_modules\.bin\.

lalokupfer commented 4 years ago

thanks a lot, found it and comiled. What Android emulator works best with Frida server? Something you would recommend?

kattakkat commented 4 years ago

@lalokupfer The frida-compile executable is in node_modules\.bin\.

What if it is not?