about summary refs log tree commit diff stats
path: root/test/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core: Introduce BoundedDict and its regression testCamille Mougey2015-02-231-0/+41
|
* DiGraph: add dominators regression testserpilliere2015-01-181-0/+23
|
* Miasm v2serpilliere2014-06-033-0/+215
* 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 !