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

Method GetPossibleStackContentsAfter

mediumlevelilinstruction.cpp:1239–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237
1238
1239PossibleValueSet MediumLevelILInstructionBase::GetPossibleStackContentsAfter(int32_t offset, size_t len)
1240{
1241 return function->GetPossibleStackContentsAfterInstruction(offset, len, instructionIndex);
1242}
1243
1244
1245BNILBranchDependence MediumLevelILInstructionBase::GetBranchDependence(size_t branchInstr)

Callers

nothing calls this directly

Tested by

no test coverage detected