frida

Crates.iofrida
lib.rsfrida
version0.13.6
sourcesrc
created_at2021-02-04 02:33:12.87146
updated_at2024-04-01 07:57:30.221388
descriptionRust bindings for Frida
homepage
repositoryhttps://github.com/frida/frida-rust
max_upload_size
id350342
size47,728
(s1341)

documentation

README

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.

Commit count: 196

cargo fmt