MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetStackPointerRegisterCallback

Method GetStackPointerRegisterCallback

architecture.cpp:547–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545
546
547uint32_t Architecture::GetStackPointerRegisterCallback(void* ctxt)
548{
549 CallbackRef<Architecture> arch(ctxt);
550 return arch->GetStackPointerRegister();
551}
552
553
554uint32_t Architecture::GetLinkRegisterCallback(void* ctxt)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected