frida-gum 0.3.0

Rust bindings for Frida Gum
Documentation

frida-gum docs.rs

Rust bindings for Frida Gum.

Before Installing

  • Build Frida or download the 14.2.13 package
  • Move frida-gum.h and libfrida-gum.a into /usr/local/include and /usr/local/lib (or a more appropriate folder that Rust can detect)

Or: use the auto-download feature to install Frida. This requires wget and tar to be present in the Rust-accessible PATH.

See the documentation for usage instructions.