frida_inject_library_blob
Inject a native library from base64-encoded binary into a target process by PID, invoking a specified entrypoint with a string argument. Optionally select a device.
Instructions
Inject a native library from memory (base64-encoded binary) into a process.
Args: pid: Target process PID. blob_base64: Base64-encoded library binary. entrypoint: Name of the entry function in the library. data: String argument passed to the entrypoint. device_id: Target device. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| data | Yes | ||
| device_id | No | ||
| entrypoint | Yes | ||
| blob_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||