34 releases
| 0.17.1 | Nov 27, 2025 |
|---|---|
| 0.17.0 | Jul 22, 2025 |
| 0.16.10 | May 14, 2025 |
| 0.16.7 | Feb 2, 2025 |
| 0.1.2 | Mar 7, 2021 |
#5 in #bindings-for-frida
1,433 downloads per month
Used in 2 crates
410KB
88 lines
frida-rust
Rust bindings for Frida.
Install
- Build Frida, or download the devkits for your system (see
frida-gumorfrida-coreREADME for version) - For crate installation:
- Move the frida-gum and frida-core devkits into
rustc-link-search, e.g.:/usr/local/{include, lib}on Unix
- Move the frida-gum and frida-core devkits into
- For local development:
- Move the frida-gum devkit into
frida-gum-sys, and the frida-core devkit intofrida-sysandcargo buildin the root
- Move the frida-gum devkit into
No runtime deps
~0–2.7MB
~53K SLoC