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

#2 in #gum

Download history 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 1174/week @ 2025-03-25 1437/week @ 2025-04-01 1340/week @ 2025-04-08 1109/week @ 2025-04-15 1199/week @ 2025-04-22

5,325 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