Crate frida

source ·
Expand description

Frida bindings for Rust.

Structs

Access to a Frida device.
Platform-independent device manager abstraction access.
Context required for instantiation of all structures under the Frida namespace.
Process management in Frida.
Reprents a Frida script.
Represents options passed to the Frida script registrar.
Represents a Frida session.

Enums

Custom Error for Frida
The JavaScript runtime of Frida.

Traits

Represents a script signal handler.