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

Function logInheritance

agent/unity-fields.ts:97–104  ·  view source on GitHub ↗
(hierarchy: Il2Cpp.Class[])

Source from the content-addressed store, hash-verified

95}
96
97function logInheritance(hierarchy: Il2Cpp.Class[]): void {
98 const names = hierarchy.map(klass => getClassName(klass));
99 if (names.length === 0) {
100 return;
101 }
102
103 log(`[lfs] inheritance ${names.join(" -> ")}`, "magenta");
104}
105
106function logFieldGroupHeader(group: FieldGroup): void {
107 const relation = group.depth === 0 ? "self" : `base+${group.depth}`;

Callers 1

logIl2CppFieldsFunction · 0.85

Calls 2

getClassNameFunction · 0.85
logFunction · 0.85

Tested by

no test coverage detected