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

Method GetStackContents

lowlevelilinstruction.cpp:1642–1645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640
1641
1642RegisterValue LowLevelILInstructionBase::GetStackContents(int32_t offset, size_t len)
1643{
1644 return function->GetStackContentsAtInstruction(offset, len, instructionIndex);
1645}
1646
1647
1648RegisterValue LowLevelILInstructionBase::GetStackContentsAfter(int32_t offset, size_t len)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected