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

Method intrinsic

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

Source from the content-addressed store, hash-verified

2727
2728 @property
2729 def intrinsic(self) -> ILIntrinsic:
2730 return self._get_intrinsic(1)
2731
2732 @property
2733 def param(self) -> LowLevelILCallParam:

Callers

nothing calls this directly

Calls 1

_get_intrinsicMethod · 0.45

Tested by

no test coverage detected