UNPKG

frida-compile

Version:

Compile a Frida script comprised of one or more Node.js modules

16 lines (10 loc) 199 B
# frida-compile Compile a Frida script comprised of one or more Node.js modules. ## Example ```bash $ frida-compile agent -o agent.js ``` ## Installation ```bash $ npm install frida-compile ```