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

Method GetStackContents

mediumlevelilinstruction.cpp:1221–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219
1220
1221RegisterValue MediumLevelILInstructionBase::GetStackContents(int32_t offset, size_t len)
1222{
1223 return function->GetStackContentsAtInstruction(offset, len, instructionIndex);
1224}
1225
1226
1227RegisterValue MediumLevelILInstructionBase::GetStackContentsAfter(int32_t offset, size_t len)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected