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

Method GetRegister

lowlevelilinstruction.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322
323uint32_t RegisterOrFlag::GetRegister() const
324{
325 if (isFlag)
326 throw LowLevelILInstructionAccessException();
327 return index;
328}
329
330
331uint32_t RegisterOrFlag::GetFlag() const

Callers 1

PrintILExprFunction · 0.80

Tested by

no test coverage detected