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

#874 in Debugging

Download history 1265/week @ 2024-11-30 1220/week @ 2024-12-07 1924/week @ 2024-12-14 1046/week @ 2024-12-21 1573/week @ 2024-12-28 1536/week @ 2025-01-04 2784/week @ 2025-01-11 2188/week @ 2025-01-18 2112/week @ 2025-01-25 2265/week @ 2025-02-01 2817/week @ 2025-02-08 2009/week @ 2025-02-15 1595/week @ 2025-02-22 1399/week @ 2025-03-01 1347/week @ 2025-03-08 1437/week @ 2025-03-15

6,085 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
~54K SLoC