37 releases

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.2.3 Mar 21, 2021

#1001 in Debugging

Download history 1596/week @ 2024-12-10 1760/week @ 2024-12-17 1262/week @ 2024-12-24 1208/week @ 2024-12-31 1943/week @ 2025-01-07 2819/week @ 2025-01-14 2241/week @ 2025-01-21 2049/week @ 2025-01-28 2440/week @ 2025-02-04 2452/week @ 2025-02-11 1853/week @ 2025-02-18 1534/week @ 2025-02-25 1428/week @ 2025-03-04 1487/week @ 2025-03-11 1461/week @ 2025-03-18 1148/week @ 2025-03-25

5,701 downloads per month
Used in 2 crates

wxWindows

510KB
502 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