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

Method intrinsic

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

Source from the content-addressed store, hash-verified

2272
2273 @property
2274 def intrinsic(self) -> 'lowlevelil.ILIntrinsic':
2275 return self._get_intrinsic(2)
2276
2277 @property
2278 def params(self) -> List[MediumLevelILInstruction]:

Callers

nothing calls this directly

Calls 1

_get_intrinsicMethod · 0.45

Tested by

no test coverage detected