Skip to main content

Module core

Module core 

Source
Expand description

Core utilities for IL2CPP interaction

This module contains essential utilities for interacting with the IL2CPP runtime, including API definitions, caching mechanisms, method invocation helpers, and thread management.

§Modules

  • api - raw FFI bindings to the IL2CPP API
  • cache - caching mechanisms for IL2CPP types and metadata
  • caller - helper traits and functions for invoking IL2CPP methods
  • internals - internal initialization and state management
  • thread - thread attachment and detachment utilities

Re-exports§

pub use runtime::caller;
pub use runtime::thread;

Modules§

api
IL2CPP Functions and Type Definitions
cache
Global cache for hydrated IL2CPP metadata.
internals
Helpers for resolving and registering IL2CPP internal calls.
runtime