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

Method GetPossibleStackContents

mediumlevelilinstruction.cpp:1233–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231
1232
1233PossibleValueSet MediumLevelILInstructionBase::GetPossibleStackContents(int32_t offset, size_t len)
1234{
1235 return function->GetPossibleStackContentsAtInstruction(offset, len, instructionIndex);
1236}
1237
1238
1239PossibleValueSet MediumLevelILInstructionBase::GetPossibleStackContentsAfter(int32_t offset, size_t len)

Callers

nothing calls this directly

Tested by

no test coverage detected