Exemplo n.º 1
0
 def __init__(self, symbol_pool=None):
     ir_x86_32.__init__(self, symbol_pool)
     self.ret_reg = self.arch.regs.EAX
Exemplo n.º 2
0
 def __init__(self, symbol_pool=None):
     ir_x86_32.__init__(self, symbol_pool)
     self.ret_reg = self.arch.regs.EAX
Exemplo n.º 3
0
 def __init__(self, loc_db=None):
     ir_x86_32.__init__(self, loc_db)
     self.ret_reg = self.arch.regs.EAX