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

Method GetRegisterValue

mediumlevelilinstruction.cpp:1173–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171
1172
1173RegisterValue MediumLevelILInstructionBase::GetRegisterValue(uint32_t reg)
1174{
1175 return function->GetRegisterValueAtInstruction(reg, instructionIndex);
1176}
1177
1178
1179RegisterValue MediumLevelILInstructionBase::GetRegisterValueAfter(uint32_t reg)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected