Commit Graph

5 Commits

Author SHA1 Message Date
Fabrice Desclaux c166f6cf0e X86: add regression tests for bsf/bsr 2015-02-20 14:05:49 +01:00
Florent Monjalet 36105a4570 Added TranslatorZ3 to the Miasm test suite. 2015-01-23 00:06:25 +01:00
Camille Mougey 90180500af Test: Update API of ir2C test 2014-12-14 18:25:28 +01:00
Fabrice Desclaux 6e09df71a3 Modify irbloc destination mecanism. Rework API in consequence.
Fat patch here: some API have changed.

Each irbloc now affects a special "IRDst" register which is used to
describe the destination irbloc. It allows simple description of
architectures using delay slots. Architectures semantic and tcc/python
jitter are modified in consequence. LLVM jitter is disabled for now,
but should be patch soon.
2014-09-05 11:30:05 +02:00
serpilliere ed5c3668cc Miasm v2
* API has changed, so old scripts need updates
* See example for API usage
* Use tcc or llvm for jit emulation
* Go to test and run test_all.py to check install

Enjoy !
2014-06-03 10:27:56 +02:00