Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ vector
Method
vector
python/lowlevelil.py:1715–1716 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1713
class
LowLevelILTrap(LowLevelILInstruction, Terminal):
1714
@property
1715
def
vector(self) -> int:
1716
return
self._get_int(0)
1717
1718
@property
1719
def
detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:
Callers
nothing calls this directly
Calls
1
_get_int
Method · 0.45
Tested by
no test coverage detected