frida-gum 0.13.2

Rust bindings for Frida Gum
Documentation
# frida-gum [![docs.rs]https://docs.rs/frida-gum/badge.svg]https://docs.rs/frida-gum

Rust bindings for [Frida Gum](https://github.com/frida/frida-gum).

## Before Installing

- Build Frida or download the [latest supported package]https://github.com/frida/frida/releases/
- 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.

See the documentation for usage instructions.