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

Method GetRegisterStackInfoCallback

architecture.cpp:608–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606
607
608void Architecture::GetRegisterStackInfoCallback(void* ctxt, uint32_t regStack, BNRegisterStackInfo* result)
609{
610 CallbackRef<Architecture> arch(ctxt);
611 *result = arch->GetRegisterStackInfo(regStack);
612}
613
614
615BNIntrinsicClass Architecture::GetIntrinsicClassCallback(void* ctxt, uint32_t intrinsic)

Callers

nothing calls this directly

Calls 1

GetRegisterStackInfoMethod · 0.45

Tested by

no test coverage detected