# frida_rs [![Crates.io](https://img.shields.io/crates/v/frida_rs?style=flat-square)](https://crates.io/crates/frida_rs) 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](https://github.com/Ayrx/frida-rs-example). Please refer to the documentation for more information.