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

Method _get_reg_ssa

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

Source from the content-addressed store, hash-verified

1071 )
1072
1073 def _get_reg_ssa(self, operand_index1: int, operand_index2: int) -> SSARegister:
1074 return SSARegister(
1075 ILRegister(self.function.arch, architecture.RegisterIndex(self.instr.operands[operand_index1])),
1076 self.instr.operands[operand_index2]
1077 )
1078
1079 def _get_reg_stack_ssa(self, operand_index1: int, operand_index2: int) -> SSARegisterStack:
1080 reg_stack = ILRegisterStack(

Callers 12

destMethod · 0.80
srcMethod · 0.80
destMethod · 0.80
full_regMethod · 0.80
hiMethod · 0.80
loMethod · 0.80
srcMethod · 0.80
destMethod · 0.80
full_regMethod · 0.80
srcMethod · 0.80
destMethod · 0.80
srcMethod · 0.80

Calls 2

ILRegisterClass · 0.85
SSARegisterClass · 0.70

Tested by

no test coverage detected