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

Interface StackMarkers

agent/stack.ts:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104interface StackMarkers {
105 sp: NativePointer;
106 fp: NativePointer | null;
107 pc: NativePointer;
108 lr: NativePointer | null;
109}
110
111function getContextMarkers(context: CpuContext, sp: NativePointer, fp: NativePointer | null): StackMarkers {
112 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected