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

Method _get_intrinsic

python/lowlevelil.py:1017–1018  ·  view source on GitHub ↗
(self, operand_index: int)

Source from the content-addressed store, hash-verified

1015 return ILFlag(self.function.arch, architecture.FlagIndex(self.instr.operands[operand_index]))
1016
1017 def _get_intrinsic(self, operand_index: int) -> ILIntrinsic:
1018 return ILIntrinsic(self.function.arch, architecture.IntrinsicIndex(self.instr.operands[operand_index]))
1019
1020 def _get_reg_stack(self, operand_index: int) -> ILRegisterStack:
1021 return ILRegisterStack(self.function.arch, architecture.RegisterStackIndex(self.instr.operands[operand_index]))

Callers 3

intrinsicMethod · 0.45
intrinsicMethod · 0.45
intrinsicMethod · 0.45

Calls 1

ILIntrinsicClass · 0.85

Tested by

no test coverage detected