https://github.com/frida/frida-compile
Compile a Frida script comprised of one or more Node.js modules
https://github.com/frida/frida-compile
Last synced: 11 months ago
JSON representation
Compile a Frida script comprised of one or more Node.js modules
- Host: GitHub
- URL: https://github.com/frida/frida-compile
- Owner: frida
- License: other
- Created: 2016-04-29T16:19:20.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T21:01:27.000Z (12 months ago)
- Last Synced: 2025-06-19T05:58:39.520Z (12 months ago)
- Language: JavaScript
- Size: 592 KB
- Stars: 204
- Watchers: 14
- Forks: 52
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-frida - frida-compile - Compile a Frida script comprised of one or more Node.js modules (Libraries)
README
# 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
```