frida 0.2.0

Rust bindings for Frida
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# frida [![docs.rs]https://docs.rs/frida/badge.svg]https://docs.rs/frida

Rust bindings for [Frida](https://frida.re).

## Before Installing

- Build Frida or download the [14.2.14 package]https://github.com/frida/frida/releases/tag/14.2.14
- Move `frida-core.h` and `libfrida-core.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.