about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* X86: fix pextrwFabrice Desclaux2016-08-041-0/+3
|
* X86: add setalcFabrice Desclaux2016-07-291-0/+2
|
* Merge pull request #389 from jbcayrou/pow_opserpilliere2016-07-031-0/+2
|\ | | | | Add ** (pow) operator
| * Add ** (pow) operatorJB Cayrou2016-06-291-0/+2
| |
* | Fix ExprOp_inf_signed + unit tests #385JB Cayrou2016-06-291-0/+6
|/
* X86: add no_rex/fix xchgFabrice Desclaux2016-06-191-0/+3
|
* Arch/armt: add pld instructionFabrice Desclaux2016-06-051-0/+5
|
* x86 arch: added x86 opcode decoding for PCMPGTDTim Blazytko2016-04-271-0/+4
|
* x86 arch: added x86 opcode decoding for SHUFPDTim Blazytko2016-04-271-0/+2
|
* x86 arch: added x86 opcode decoding for SHUFPSTim Blazytko2016-04-271-0/+3
|
* x86 arch: added opcode decoding for MOVMSKPSTim Blazytko2016-04-271-0/+3
|
* x86 arch: added opcode decoding for LFENCETim Blazytko2016-04-271-0/+2
|
* x86 arch: added opcode decoding for PREFETCHWTim Blazytko2016-04-271-1/+2
|
* arch: added x86 opcode decoding for PSRLDQTim Blazytko2016-04-261-0/+2
|
* x86 arch: extended opcode decoding for MOVUPSTim Blazytko2016-04-261-0/+2
| | | | arch: fixed x86 opcode decoding for movups. creds @serpilliere
* Merge pull request #362 from commial/test-qemu-sseserpilliere2016-04-265-83/+543
|\ | | | | Test qemu sse
| * QEMU tests: update expected output according to the new binaryAjax2016-04-262-83/+83
| |
| * Add expected SSE result for QEMU i386Ajax2016-04-261-0/+453
| |
| * QEMU test: add a GS segment in test scriptAjax2016-04-261-0/+7
| |
| * Update QEMU x86 tests binary with sse supportAjax2016-04-261-0/+0
| |
* | Merge pull request #357 from serpilliere/jit_gccCamille Mougey2016-04-2622-89/+148
|\ \ | | | | | | Jit gcc
| * | Test: TCC conditional testsserpilliere2016-04-2622-88/+147
| | |
| * | Test: add gcc testsserpilliere2016-04-261-36/+36
| | |
* | | X86/arch: fix call @immserpilliere2016-04-241-0/+7
|/ /
* | Merge pull request #342 from fmonjalet/fix_typesserpilliere2016-04-191-1/+4
|\ \ | |/ |/| Fix miasm2.core.types API
| * Types: Ptr.dst_type is now a Type rather than a MemTypeFlorent Monjalet2016-03-151-1/+1
| | | | | | | | Makes for a more coherent API
| * Types: handle MemType as argument to Array constructorFlorent Monjalet2016-03-151-0/+3
| | | | | | | | | | Alse add a to_type helper that factorizes the boilerplate code to get a Type from either a MemType or a Type.
* | X86/test: add pusha/popaFabrice Desclaux2016-04-182-0/+126
| |
* | X86/test: updt test apiFabrice Desclaux2016-04-1816-51/+86
| |
* | Test/testset: autopep8Fabrice Desclaux2016-04-061-1/+9
| |
* | Test: simple outputserpilliere2016-04-065-144/+42
| |
* | Depgraph: use has_loop algorithm to spot data flow loops; fix reg testFabrice Desclaux2016-03-232-2/+2
| |
* | Example/Depgraph: allow lower/upper register trackingFabrice Desclaux2016-03-221-2/+2
| |
* | Introduce Container.symbol_pool, containing container symbols (if any)Ajax2016-03-211-0/+4
| |
* | Test/Depgraph: add DG emulation regression testsFabrice Desclaux2016-03-2135-0/+227
| |
* | Depgraph: updt apiFabrice Desclaux2016-03-211-3/+3
| |
* | Test/depgraph: use z3 to remove unsatisfiable solutionsFabrice Desclaux2016-03-171-1/+16
| |
* | Depgraph: implicit emulFabrice Desclaux2016-03-171-1/+0
| |
* | Test/Depgraph: updt testsFabrice Desclaux2016-03-171-740/+556
| |
* | Add regression test for `possible_values`Ajax2016-03-171-0/+40
| | | | | | | | Thanks to @serpilliere
* | Asmcfg: add reg testFabrice Desclaux2016-03-161-2/+28
|/
* AssignBlockFabrice Desclaux2016-02-263-20/+30
|
* Introduce test for jitloadAjax2016-02-162-0/+55
|
* Symbexec: add apply_expr, taking in account side effectsAjax2016-02-161-1/+5
|
* remove old ida workaround executable for the 64bit caseAymeric Vincent2016-02-091-13/+2
|
* z3 translator: fixed regression testsTim Blazytko2016-02-011-6/+9
|
* z3 translator: added regression tests for bsr and bsfTim Blazytko2016-02-011-0/+15
|
* Tipo: dictionaryFabrice Desclaux2016-01-302-2/+2
|
* Sem/x86: fix call fromstringFabrice Desclaux2016-01-301-4/+32
|
* Add regression tests for MatchGraphAjax2016-01-271-0/+68
| | | | | Conflicts: test/core/graph.py