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

Function pointerId

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

Source from the content-addressed store, hash-verified

13}
14
15export function pointerId(address: NativePointer): string {
16 return address.toString();
17}
18
19export function describeAddress(address: NativePointer): string {
20 return `${address} ${DebugSymbol.fromAddress(address)}`;

Callers 3

addMethod · 0.85
removeMethod · 0.85
setEnabledMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected