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
53 downloads per month
430KB
713 lines
frida 
Rust bindings for Frida.
Before Installing
- Build Frida or download the latest supported package
- Move
frida-core.h
andlibfrida-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