android-mem-kit 0.1.0

A comprehensive memory instrumentation library for Android rooted environments (Il2Cpp, Hooking, Patching).
Documentation
1
2
3
4
5
6
pub mod hooking;
pub mod memory;
pub mod il2cpp;
pub mod utils;

pub use obfstr;