Example #1
0
 def __init__(self, loc_db):
     Lifter.__init__(self, mn_msp430, None, loc_db)
     self.pc = PC
     self.sp = SP
     self.IRDst = ExprId('IRDst', 16)
     self.addrsize = 16
Example #2
0
 def __init__(self, loc_db):
     self.addrsize = 32
     Lifter.__init__(self, mn_mips32, 'b', loc_db)
     self.pc = mn_mips32.getpc()
     self.sp = mn_mips32.getsp()
     self.IRDst = m2_expr.ExprId('IRDst', 32)
Example #3
0
 def __init__(self, loc_db):
     Lifter.__init__(self, mn_mep, "l", loc_db)
     self.pc = mn_mep.getpc()
     self.sp = mn_mep.getsp()
     self.IRDst = ExprId("IRDst", 32)