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

Method intrinsic

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

Source from the content-addressed store, hash-verified

2668
2669 @property
2670 def intrinsic(self) -> ILIntrinsic:
2671 return self._get_intrinsic(2)
2672
2673 @property
2674 def param(self) -> LowLevelILCallParam:

Callers

nothing calls this directly

Calls 1

_get_intrinsicMethod · 0.45

Tested by

no test coverage detected