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

Method GetPossibleStackContentsAfter

lowlevelilinstruction.cpp:1660–1663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658
1659
1660PossibleValueSet LowLevelILInstructionBase::GetPossibleStackContentsAfter(int32_t offset, size_t len)
1661{
1662 return function->GetPossibleStackContentsAfterInstruction(offset, len, instructionIndex);
1663}
1664
1665
1666size_t LowLevelILInstructionBase::GetSSAInstructionIndex() const

Callers

nothing calls this directly

Tested by

no test coverage detected