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

Method GetRegisterValue

lowlevelilinstruction.cpp:1594–1597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592
1593
1594RegisterValue LowLevelILInstructionBase::GetRegisterValue(uint32_t reg)
1595{
1596 return function->GetRegisterValueAtInstruction(reg, instructionIndex);
1597}
1598
1599
1600RegisterValue LowLevelILInstructionBase::GetRegisterValueAfter(uint32_t reg)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected