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.
  • Local library injector
  • Process management in Frida.
  • Reprents a Frida script.
  • Represents options passed to the Frida script registrar.
  • Represents a Frida session.
  • Process Spawn Options

Enums§

Traits§

  • Extension trait that allows injecting a library into a target process.
  • Represents a script signal handler.