frida_inject_library_blob
Inject a base64-encoded library into a target process for dynamic analysis and runtime instrumentation.
Instructions
Inject a library from base64 bytes with Device.inject_library_blob().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| library_base64 | Yes | ||
| entrypoint | No | ||
| data | No | ||
| device_id | No |