MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger / Il2CppFunctionRange

Interface Il2CppFunctionRange

agent/il2cpp-symbols.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface Il2CppFunctionRange {
10 start: NativePointer;
11 end: NativePointer;
12 name: string;
13}
14
15const MODULE_NAMES = ["libil2cpp.so", "GameAssembly.dll"];
16const CLASS_BATCH_SIZE = 64;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected