frida_compile_agent
Compile JavaScript/TypeScript Frida agents with dependencies using frida-compile for complex instrumentation tasks.
Instructions
Compile a Frida agent (JavaScript/TypeScript) using frida-compile. Useful for complex agents with dependencies.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_code | Yes | Source code content (TS/JS) | |
| output_filename | No | Output filename (e.g. 'agent.js') | agent.js |