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

Method get_member_index

python/highlevelil.py:764–768  ·  view source on GitHub ↗
(self, operand_index: int)

Source from the content-addressed store, hash-verified

762 core.BNMediumLevelILFreeOperandList(operand_list)
763
764 def get_member_index(self, operand_index: int) -> Optional[int]:
765 value = self.core_instr.operands[operand_index]
766 if (value & (1 << 63)) != 0:
767 value = None
768 return value
769
770 def get_label(self, operand_index: int) -> GotoLabel:
771 return GotoLabel(self.function, self.core_instr.operands[operand_index])

Callers 3

member_indexMethod · 0.80
member_indexMethod · 0.80
member_indexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected