#frida

sys frida-sys

Rust generated bindings for Frida

12 releases

0.4.2 Aug 15, 2023
0.4.1 Jun 1, 2023
0.4.0 Dec 4, 2022
0.3.0 Oct 23, 2022
0.1.2 Mar 7, 2021

#158 in Video

Download history 7/week @ 2023-06-08 21/week @ 2023-06-15 22/week @ 2023-06-22 23/week @ 2023-06-29 23/week @ 2023-07-06 9/week @ 2023-07-13 23/week @ 2023-07-20 6/week @ 2023-07-27 5/week @ 2023-08-03 23/week @ 2023-08-10 22/week @ 2023-08-17 31/week @ 2023-08-24 26/week @ 2023-08-31 26/week @ 2023-09-07 15/week @ 2023-09-14 20/week @ 2023-09-21

88 downloads per month
Used in frida

wxWindows

400KB
73 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
~51K SLoC