14 releases

0.4.4 Dec 27, 2023
0.4.2 Aug 15, 2023
0.4.1 Jun 1, 2023
0.4.0 Dec 4, 2022
0.1.2 Mar 7, 2021

#5 in #frida

Download history 31/week @ 2023-12-10 18/week @ 2024-02-18 21/week @ 2024-02-25 7/week @ 2024-03-03 21/week @ 2024-03-10 4/week @ 2024-03-17

54 downloads per month
Used in frida

wxWindows

400KB
85 lines

frida-rust

Rust bindings for Frida.

Install

  • Build Frida, or download the devkits for your system (see frida-gum or frida-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
  • For local development:
    • Move the frida-gum devkit into frida-gum-sys, and the frida-core devkit into frida-sys and cargo build in the root

No runtime deps

~0–3MB
~53K SLoC