Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T13:49:28.000Z (about 1 year ago)
- Last Synced: 2024-08-01T17:38:36.983Z (3 months ago)
- Language: TypeScript
- Size: 548 KB
- Stars: 184
- Watchers: 15
- Forks: 49
- Open Issues: 26
-
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
```