41 releases

0.17.1 Nov 27, 2025
0.17.0 Jul 22, 2025
0.16.10 May 14, 2025
0.16.7 Feb 2, 2025
0.2.3 Mar 21, 2021

#3 in #devkit

Download history 945/week @ 2025-09-21 771/week @ 2025-09-28 1094/week @ 2025-10-05 1177/week @ 2025-10-12 1238/week @ 2025-10-19 1258/week @ 2025-10-26 1261/week @ 2025-11-02 1020/week @ 2025-11-09 1364/week @ 2025-11-16 2242/week @ 2025-11-23 2192/week @ 2025-11-30 3267/week @ 2025-12-07 2064/week @ 2025-12-14 1621/week @ 2025-12-21 1709/week @ 2025-12-28 2865/week @ 2026-01-04

8,386 downloads per month
Used in 2 crates

wxWindows

510KB
508 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 version)
  • 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–3.5MB
~54K SLoC