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

Method GetRegisterValueAfter

mediumlevelilinstruction.cpp:1179–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177
1178
1179RegisterValue MediumLevelILInstructionBase::GetRegisterValueAfter(uint32_t reg)
1180{
1181 return function->GetRegisterValueAfterInstruction(reg, instructionIndex);
1182}
1183
1184
1185PossibleValueSet MediumLevelILInstructionBase::GetPossibleRegisterValues(uint32_t reg)

Callers

nothing calls this directly

Tested by

no test coverage detected