Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```