frida-rs 0.1.0

Write Frida scripts in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod console;
pub mod cpu;
pub mod frida;
pub mod interceptor;
pub mod module;
pub mod nativepointer;
pub mod process;
pub mod range;
pub mod script;
pub mod thread;
pub mod utils;