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

Function describeAddress

agent/pointer.ts:19–21  ·  view source on GitHub ↗
(address: NativePointer)

Source from the content-addressed store, hash-verified

17}
18
19export function describeAddress(address: NativePointer): string {
20 return `${address} ${DebugSymbol.fromAddress(address)}`;
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected