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

Interface FieldRow

agent/unity-fields.ts:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83interface FieldRow {
84 offset: string;
85 pointer: NativePointer;
86 typeName: string;
87 name: string;
88 value: string;
89 failed: boolean;
90}
91
92interface ColumnWidths {
93 typeName: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected