Rust bindings for Frida.
- 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