11 unstable releases (3 breaking)

0.4.1 Jun 1, 2023
0.4.0 Dec 4, 2022
0.3.0 Oct 23, 2022
0.2.3 Apr 13, 2022
0.1.2 Mar 7, 2021

#211 in Hardware support

Download history 25/week @ 2023-06-05 5/week @ 2023-06-12 13/week @ 2023-06-19 16/week @ 2023-06-26 25/week @ 2023-07-03 4/week @ 2023-07-10 7/week @ 2023-07-17 9/week @ 2023-07-24 5/week @ 2023-07-31 2/week @ 2023-08-07 14/week @ 2023-08-14 2/week @ 2023-08-21 14/week @ 2023-08-28 34/week @ 2023-09-04 4/week @ 2023-09-11 1/week @ 2023-09-18

53 downloads per month

wxWindows

430KB
713 lines

frida docs.rs

Rust bindings for Frida.

Before Installing

  • Build Frida or download the latest supported package
  • Move frida-core.h and libfrida-core.a into /usr/local/include and /usr/local/lib (or a more appropriate folder that Rust can detect)

Or: use the auto-download feature to install Frida.

See the documentation for usage instructions.


lib.rs:

Frida bindings for Rust.

Dependencies

~1–4MB
~78K SLoC