frida_inject_library
Inject a shared library into a target process to extend functionality or modify behavior during runtime.
Instructions
Inject a shared library (.so/.dll/.dylib) into the target process.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID | |
| library_path | Yes | Path to library file | |
| entrypoint | Yes | Function to call after loading | |
| data | No | Data to pass to entrypoint | |
| device_id | No | ||
| device_type | No |