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

Function isUnityIl2CppProcess

agent/il2cpp-symbols.ts:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196export function isUnityIl2CppProcess(): boolean {
197 return getIl2CppModule() !== null;
198}
199
200export function getClassName(klass: Il2Cpp.Class): string {
201 return klass.fullName || `${klass.namespace ?? ""}.${klass.name}`.replace(/^\./, "");

Callers 3

index.tsFile · 0.85
createIl2CppObjectFunction · 0.85
logIl2CppFieldsFunction · 0.85

Calls 1

getIl2CppModuleFunction · 0.85

Tested by

no test coverage detected