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

Method bit

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

Source from the content-addressed store, hash-verified

2006
2007 @property
2008 def bit(self) -> int:
2009 return self._get_int(1)
2010
2011 @property
2012 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