Expand description
Frida bindings for Rust.
Structs§
- Device
- Access to a Frida device.
- Device
Manager - Platform-independent device manager abstraction access.
- Exports
- This represents the exports of the script.
- Frida
- Context required for instantiation of all structures under the Frida namespace.
- Injector
- Local library injector
- Message
Error - Error message. This message is sent when a JavaScript runtime error occurs, such as a misspelled word.
- Message
Log - Log Message.
- Message
Send - Send Message.
- Process
- Process management in Frida.
- Script
- Represents a Frida script.
- Script
Option - Represents options passed to the Frida script registrar.
- Send
Payload - Represents a MessageSend’s payload.
- Session
- Represents a Frida session.
- Spawn
Options - Process Spawn Options
Enums§
- Device
Type - Frida device type.
- Error
- Custom
Error
for Frida - Message
- Represents a Frida message
- Message
LogLevel - Represents a Message Log Level Types.
Used by
MessageLog._level
- Script
Runtime - The JavaScript runtime of Frida.
- Spawn
Stdio - Standard I/O routing for a spawn
- Variant
- GVariant types used by Frida
Traits§
- Inject
- Extension trait that allows injecting a library into a target process.
- Script
Handler - Represents a script signal handler.