17 unstable releases (5 breaking)
0.16.7 | Feb 2, 2025 |
---|---|
0.16.5 | Jan 15, 2025 |
0.15.1 | Oct 30, 2024 |
0.13.7 | Jul 22, 2024 |
0.1.0 | Mar 7, 2021 |
#190 in Text processing
7,359 downloads per month
Used in 5 crates
(2 directly)
12KB
62 lines
frida-rust
Rust bindings for Frida.
Install
- Build Frida, or download the devkits for your system (see
frida-gum
orfrida-core
README for verison) - 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-sys
andcargo build
in the root
- Move the frida-gum devkit into
Dependencies
~6–19MB
~285K SLoC