12 releases
0.4.2 | Aug 15, 2023 |
---|---|
0.4.1 | Jun 1, 2023 |
0.4.0 | Dec 4, 2022 |
0.3.0 | Oct 23, 2022 |
0.1.2 | Mar 7, 2021 |
#158 in Video
88 downloads per month
Used in frida
400KB
73 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
No runtime deps
~0–3MB
~51K SLoC