frida_cmodule
Compile and load inline C code for high-performance function hooks in instrumented processes, returning exported symbols for integration.
Instructions
Compile and load inline C code for high-performance hooks. Returns symbols exported by the C code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| code | Yes | C source code | |
| symbols | No | External symbols to link |