Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ src
Method
src
python/lowlevelil.py:2004–2005 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2002
class
LowLevelILFlagBit(LowLevelILInstruction):
2003
@property
2004
def
src(self) -> ILFlag:
2005
return
self._get_flag(0)
2006
2007
@property
2008
def
bit(self) -> int:
Callers
nothing calls this directly
Calls
1
_get_flag
Method · 0.80
Tested by
no test coverage detected