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

Method bit

python/lowlevelil.py:2394–2395  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2392
2393 @property
2394 def bit(self) -> int:
2395 return self._get_int(2)
2396
2397 @property
2398 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_intMethod · 0.45

Tested by

no test coverage detected