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

Method to_BNRegisterValue

python/variable.py:118–119  ·  view source on GitHub ↗
(cls, reg_value: 'RegisterValue')

Source from the content-addressed store, hash-verified

116
117 @classmethod
118 def to_BNRegisterValue(cls, reg_value: 'RegisterValue') -> core.BNRegisterValue:
119 return reg_value._to_core_struct()
120
121
122@dataclass(frozen=True, eq=False)

Callers 1

Calls 1

_to_core_structMethod · 0.45

Tested by

no test coverage detected