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

Method GetStackContentsAfterInstruction

function.cpp:651–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649
650
651RegisterValue Function::GetStackContentsAfterInstruction(Architecture* arch, uint64_t addr, int64_t offset, size_t size)
652{
653 BNRegisterValue value = BNGetStackContentsAfterInstruction(m_object, arch->GetObject(), addr, offset, size);
654 return RegisterValue::FromAPIObject(value);
655}
656
657
658RegisterValue Function::GetParameterValueAtInstruction(Architecture* arch, uint64_t addr, Type* functionType, size_t i)

Callers 2

GetStackContentsAfterMethod · 0.45
GetStackContentsAfterMethod · 0.45

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected