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

#486 in Debugging

Download history 1243/week @ 2024-12-26 1327/week @ 2025-01-02 2723/week @ 2025-01-09 2452/week @ 2025-01-16 2128/week @ 2025-01-23 2021/week @ 2025-01-30 2652/week @ 2025-02-06 2155/week @ 2025-02-13 1743/week @ 2025-02-20 1339/week @ 2025-02-27 1365/week @ 2025-03-06 1680/week @ 2025-03-13 1238/week @ 2025-03-20 1161/week @ 2025-03-27 1516/week @ 2025-04-03 1185/week @ 2025-04-10

5,490 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–24MB
~288K SLoC