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

Method GetPossibleStackContents

lowlevelilinstruction.cpp:1654–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652
1653
1654PossibleValueSet LowLevelILInstructionBase::GetPossibleStackContents(int32_t offset, size_t len)
1655{
1656 return function->GetPossibleStackContentsAtInstruction(offset, len, instructionIndex);
1657}
1658
1659
1660PossibleValueSet LowLevelILInstructionBase::GetPossibleStackContentsAfter(int32_t offset, size_t len)

Callers

nothing calls this directly

Tested by

no test coverage detected