1 unstable release

0.1.0 May 29, 2020

#6 in #frida

MIT/Apache

56KB
1K SLoC

frida_rs

Crates.io

Write Frida scripts in Rust thanks to the power of WebAssembly. This crate provides idiomatic Rust bindings to the various Frida APIs. For an example of how to structure an agent using this crate, please refer to https://github.com/Ayrx/frida-rs-example.

Please refer to the documentation for more information.


lib.rs:

Write Frida scripts in Rust thanks to the power of WebAssembly.

For an example of how to structure an agent using this crate, please refer to https://github.com/Ayrx/frida-rs-example.

This crate is still a work-in-progress. The API is not stable and is subject to breaking changes until the crate reaches 1.0. Use with care.

Dependencies

~2.4–3.5MB
~59K SLoC