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

Interface FieldGroup

agent/unity-fields.ts:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77interface FieldGroup {
78 depth: number;
79 className: string;
80 rows: FieldRow[];
81}
82
83interface FieldRow {
84 offset: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected