24 releases

0.13.6 Apr 1, 2024
0.8.3 Dec 27, 2023
0.8.1 Aug 15, 2023
0.8.0 Jul 30, 2023
0.2.3 Mar 21, 2021

#4 in #frida

Download history 675/week @ 2023-12-31 740/week @ 2024-01-07 419/week @ 2024-01-14 463/week @ 2024-01-21 401/week @ 2024-01-28 477/week @ 2024-02-04 515/week @ 2024-02-11 496/week @ 2024-02-18 387/week @ 2024-02-25 864/week @ 2024-03-03 559/week @ 2024-03-10 699/week @ 2024-03-17 420/week @ 2024-03-24 1228/week @ 2024-03-31 953/week @ 2024-04-07 467/week @ 2024-04-14

3,111 downloads per month
Used in 2 crates

wxWindows

340KB
468 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
~52K SLoC