Files
cea-sec-miasm/example
Fabrice Desclaux 8979533746 Symbexec: new api for emul_ir_*
Replacement:
emul_ir_bloc(self, myir, addr, step=False)
by:
emul_ir_block(self, addr, step=False)

and:
emul_ir_blocs(self, myir, addr, lbl_stop=None, step=False)
by:
emul_ir_blocks(self, addr, lbl_stop=None, step=False)

The 'myir' was already given in the symbolexec creation.
2016-11-04 16:45:46 +01:00
..
2016-07-11 09:26:49 +02:00
2016-02-26 15:53:53 +01:00
2016-11-04 16:45:46 +01:00
2016-08-31 18:34:24 +02:00
2016-08-31 18:34:24 +02:00