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

Method _get_reg_stack_ssa

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

Source from the content-addressed store, hash-verified

1077 )
1078
1079 def _get_reg_stack_ssa(self, operand_index1: int, operand_index2: int) -> SSARegisterStack:
1080 reg_stack = ILRegisterStack(
1081 self.function.arch, architecture.RegisterStackIndex(self.instr.operands[operand_index1])
1082 )
1083 return SSARegisterStack(reg_stack, self.instr.operands[operand_index2])
1084
1085 def _get_sem_class(self, operand_index: int) -> Optional[ILSemanticFlagClass]:
1086 if self.instr.operands[operand_index] == 0:

Callers 5

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

Calls 2

ILRegisterStackClass · 0.85
SSARegisterStackClass · 0.70

Tested by

no test coverage detected