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

Function logFieldGroupHeader

agent/unity-fields.ts:106–110  ·  view source on GitHub ↗
(group: FieldGroup)

Source from the content-addressed store, hash-verified

104}
105
106function logFieldGroupHeader(group: FieldGroup): void {
107 const relation = group.depth === 0 ? "self" : `base+${group.depth}`;
108 const color = group.depth === 0 ? "yellow" : "cyan";
109 log(`[lfs] [${group.depth}] ${padRight(relation, 6)} ${group.className}`, color);
110}
111
112function readFieldRow(object: Il2Cpp.Object, field: Il2Cpp.Field): FieldRow {
113 const offset = `+0x${field.offset.toString(16).padStart(4, "0")}`;

Callers 1

logIl2CppFieldsFunction · 0.85

Calls 2

logFunction · 0.85
padRightFunction · 0.85

Tested by

no test coverage detected