Exemplo n.º 1
0
 def get_operand_addr(self):
     o = idaapi.op_t(0)
     o.addr = self.from_addr
     return o
Exemplo n.º 2
0
 def get_operand_addr(self):
     o = idaapi.op_t(0)
     o.addr = self.from_addr
     return o
Exemplo n.º 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
Exemplo n.º 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