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

Method intrinsic

python/mediumlevelil.py:2337–2338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2335
2336 @property
2337 def intrinsic(self) -> 'lowlevelil.ILIntrinsic':
2338 return self._get_intrinsic(1)
2339
2340 @property
2341 def params(self) -> List[MediumLevelILInstruction]:

Callers

nothing calls this directly

Calls 1

_get_intrinsicMethod · 0.45

Tested by

no test coverage detected