about summary refs log tree commit diff stats
path: root/test/test_all.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'feature-exprrandom' of https://github.com/commial/miasm into ↵Fabrice Desclaux2014-12-111-0/+1
|\ | | | | | | | | | | | | commial-feature-exprrandom Conflicts: miasm2/expression/expression_helper.py
| * Example: Add an example for ExprRandomCamille Mougey2014-12-101-0/+1
| |
* | Test: Add a regression test for Variables_IdentifierCamille Mougey2014-12-091-0/+1
|/
* TestAll: Add a class ExampleTestDis for test_dis.py specificitiesCamille Mougey2014-12-041-13/+26
|
* TestAll: Some example products were missingCamille Mougey2014-12-041-6/+11
|
* TestAll: Use tag "llvm" to filter LLVM dependent test unitsCamille Mougey2014-11-031-11/+9
|
* TestAll: Merge and tag tests, handle "ommit-tags" argumentCamille Mougey2014-11-031-54/+96
| | | | | | | | | | | | | Current tags: - example: unit test based on examples - regression: regression tests - long: tests known to be long, ie. more than 1min on Core i5 Example: - launching only regression tests: $> python test_all.py -t example - do not launch long tests: $> python test_all.py -t long
* TestAll: Add products for 'unpack_upx' exampleCamille Mougey2014-10-311-2/+8
|
* TestAll: Update test all to use test utilsajax2014-10-171-458/+218
|
* Reg test: add arm jit little/big endianFabrice Desclaux2014-10-091-0/+2
|
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-091-3/+7
|
* Sandbox: add arm archFabrice Desclaux2014-10-071-1/+1
|
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-071-3/+3
|
* mergeFabrice Desclaux2014-10-021-1/+6
|\
| * TestAll: Assert on test successesajax2014-09-301-1/+6
| |
* | Example: sandbox_pe to dietFabrice Desclaux2014-10-021-1/+0
|/
* Arm: fixdstoffset computation, add asm reg testFabrice Desclaux2014-09-291-0/+1
|
* Example: Add Unpack_Gen, a skeleton for unpacking scriptsajax2014-09-241-0/+1
|
* mergeFabrice Desclaux2014-09-191-7/+8
|\
| * Example: Add an example of a simplification registeringCamille Mougey2014-09-191-0/+1
| |
| * Expression examples: Rename examples with meaningfull namesCamille Mougey2014-09-191-7/+7
| |
* | test: add mnemonic testsFabrice Desclaux2014-09-191-0/+2
|/
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-2/+2
| | | | | | | | | | 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.
* mips: missing fileserpilliere2014-08-251-0/+3
|
* Test: add msp430 asm/dis/jitserpilliere2014-08-211-0/+3
|
* Add mips32 archserpilliere2014-08-061-0/+1
|
* Test: Improve x86 SSE tests (thanks to Adrien Guinet)ajax2014-07-301-0/+1
|
* ajout test jitter/os_dep/win_api_x86_32.pyRomain CARRE2014-07-071-0/+4
|
* Test: Yes, we can use a function to invoke all jitter each timeajax2014-06-161-33/+23
|
* Jitter Python: Add the rest of tests (unpack_upx is very long)ajax2014-06-161-0/+4
|
* Test: Add "python" jitter for few testsajax2014-06-161-0/+4
|
* Test: add arm test with symbexec engineserpilliere2014-06-161-0/+1
|
* Test: Add a new test for Python jitterajax2014-06-141-0/+1
|
* Test: Add "tcc", "llvm" and "python" jitter for the example "test_jit_x86_32"ajax2014-06-141-1/+3
|
* Test: Add LLVM jitter in md5_arm exampleajax2014-06-131-1/+2
|
* Miasm v2serpilliere2014-06-031-0/+443
* 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 !