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

Method _get_int

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

Source from the content-addressed store, hash-verified

1021 return ILRegisterStack(self.function.arch, architecture.RegisterStackIndex(self.instr.operands[operand_index]))
1022
1023 def _get_int(self, operand_index: int) -> int:
1024 return (self.instr.operands[operand_index] & ((1 << 63) - 1)) - (self.instr.operands[operand_index] & (1 << 63))
1025
1026 def _get_target_map(self, operand_index: int) -> Dict[int, int]:
1027 count = ctypes.c_ulonglong()

Callers 15

constantMethod · 0.45
destMethod · 0.45
vectorMethod · 0.45
dest_memoryMethod · 0.45
constantMethod · 0.45
offsetMethod · 0.45
bitMethod · 0.45
bitMethod · 0.45
dest_memoryMethod · 0.45
src_memoryMethod · 0.45
src_memoryMethod · 0.45
stack_adjustmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected