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

Method _get_flag_ssa

python/lowlevelil.py:1067–1071  ·  view source on GitHub ↗
(self, operand_index1: int, operand_index2: int)

Source from the content-addressed store, hash-verified

1065 core.BNLowLevelILFreeOperandList(operand_list)
1066
1067 def _get_flag_ssa(self, operand_index1: int, operand_index2: int) -> SSAFlag:
1068 return SSAFlag(
1069 ILFlag(self.function.arch, architecture.FlagIndex(self.instr.operands[operand_index1])),
1070 self.instr.operands[operand_index2]
1071 )
1072
1073 def _get_reg_ssa(self, operand_index1: int, operand_index2: int) -> SSARegister:
1074 return SSARegister(

Callers 4

srcMethod · 0.80
destMethod · 0.80
srcMethod · 0.80
destMethod · 0.80

Calls 2

ILFlagClass · 0.85
SSAFlagClass · 0.70

Tested by

no test coverage detected