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

Method intrinsic

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

Source from the content-addressed store, hash-verified

2636
2637 @property
2638 def intrinsic(self) -> ILIntrinsic:
2639 return self._get_intrinsic(2)
2640
2641 @property
2642 def param(self) -> LowLevelILCallParam:

Callers

nothing calls this directly

Calls 1

_get_intrinsicMethod · 0.45

Tested by

no test coverage detected