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

Method _to_core_struct

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

Source from the content-addressed store, hash-verified

53 size: int = 0
54
55 def _to_core_struct(self) -> core.BNRegisterValue:
56 result = core.BNRegisterValue()
57 result.state = self.type
58 result.value = self.value
59 result.offset = self.offset
60 result.size = self.size
61 return result
62
63 def _to_core_struct_with_confidence(self):
64 result = core.BNRegisterValueWithConfidence()

Callers 2

to_BNRegisterValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected