il2cpp-bridge-rs 0.1.3

Rust library for Unity IL2CPP runtime introspection — resolve classes, invoke methods, and interact with the IL2CPP VM at runtime
Documentation
1
2
3
4
5
6
//! Debugging and analysis tools for IL2CPP
//!
//! This module contains tools for dumping C# pseudo-code from IL2CPP applications.
pub mod cs;

pub use cs::{dump, dump_all, dump_all_to, dump_assembly, dump_to};