| 7 | } |
| 8 | |
| 9 | export interface Il2CppFunctionRange { |
| 10 | start: NativePointer; |
| 11 | end: NativePointer; |
| 12 | name: string; |
| 13 | } |
| 14 | |
| 15 | const MODULE_NAMES = ["libil2cpp.so", "GameAssembly.dll"]; |
| 16 | const CLASS_BATCH_SIZE = 64; |
nothing calls this directly
no outgoing calls
no test coverage detected