17 unstable releases (5 breaking)

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

#190 in Text processing

Download history 1290/week @ 2024-11-20 1627/week @ 2024-11-27 1112/week @ 2024-12-04 1653/week @ 2024-12-11 1647/week @ 2024-12-18 1142/week @ 2024-12-25 1367/week @ 2025-01-01 2237/week @ 2025-01-08 2800/week @ 2025-01-15 2117/week @ 2025-01-22 1962/week @ 2025-01-29 2351/week @ 2025-02-05 2472/week @ 2025-02-12 1876/week @ 2025-02-19 1260/week @ 2025-02-26 1509/week @ 2025-03-05

7,359 downloads per month
Used in 5 crates (2 directly)

wxWindows

12KB
62 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

Dependencies

~6–19MB
~285K SLoC