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

Method GetStackContentsAtInstruction

function.cpp:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642
643
644RegisterValue Function::GetStackContentsAtInstruction(Architecture* arch, uint64_t addr, int64_t offset, size_t size)
645{
646 BNRegisterValue value = BNGetStackContentsAtInstruction(m_object, arch->GetObject(), addr, offset, size);
647 return RegisterValue::FromAPIObject(value);
648}
649
650
651RegisterValue Function::GetStackContentsAfterInstruction(Architecture* arch, uint64_t addr, int64_t offset, size_t size)

Callers 2

GetStackContentsMethod · 0.45
GetStackContentsMethod · 0.45

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected