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

Method GetStackContentsAfter

mediumlevelilinstruction.cpp:1227–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225
1226
1227RegisterValue MediumLevelILInstructionBase::GetStackContentsAfter(int32_t offset, size_t len)
1228{
1229 return function->GetStackContentsAfterInstruction(offset, len, instructionIndex);
1230}
1231
1232
1233PossibleValueSet MediumLevelILInstructionBase::GetPossibleStackContents(int32_t offset, size_t len)

Callers

nothing calls this directly

Tested by

no test coverage detected