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

Method reg

python/variable.py:459–460  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

457
458 @property
459 def reg(self) -> 'binaryninja.architecture.RegisterName':
460 return self._reg
461
462 @property
463 def value(self) -> int:

Callers 4

M6502Class · 0.45
load_zero_page_16Method · 0.45
set_p_valueMethod · 0.45
translate_instrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected