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

Method _get_flag

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

Source from the content-addressed store, hash-verified

1012 return ILRegister(self.function.arch, architecture.RegisterIndex(self.instr.operands[operand_index]))
1013
1014 def _get_flag(self, operand_index: int) -> ILFlag:
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]))

Callers 3

srcMethod · 0.80
destMethod · 0.80
srcMethod · 0.80

Calls 1

ILFlagClass · 0.85

Tested by

no test coverage detected