Example #1
0
 def get_operand_addr(self):
     o = idaapi.op_t(0)
     o.addr = self.from_addr
     return o
Example #2
0
 def get_operand_addr(self):
     o = idaapi.op_t(0)
     o.addr = self.from_addr
     return o
Example #3
0
 def get_operand_addr(self):
     o = idaapi.op_t(0)
     o.value = self.val
     o.addr = self.val
     o.type = idaapi.o_imm
     return o
Example #4
0
 def get_operand_addr(self):
     o = idaapi.op_t(0)
     o.value = self.val
     o.addr = self.val
     o.type = idaapi.o_imm
     return o