about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Introduce BoundedDict and its regression testCamille Mougey2015-02-232-0/+42
* Merge pull request #82 from commial/feature-depgraphserpilliere2015-02-202-0/+621
|\
| * Test/Analysis: Regression tests for DependencyGraphCamille Mougey2015-02-202-0/+621
* | Fixed regression tests for PUSHFW and POPFWgg2015-02-201-2/+2
|/
* X86: add regression tests for bsf/bsrFabrice Desclaux2015-02-203-2/+50
* TestAll: Never launch tests from `miasm2` root (files are used before modules)Camille Mougey2015-02-161-6/+4
* Test: Add x86 64 mul/div regression testFabrice Desclaux2015-02-132-1/+105
* Test/Simplification: add regression testsFabrice Desclaux2015-02-131-0/+8
* Test: add regression test for simplification << >>Fabrice Desclaux2015-02-131-0/+33
* Merge pull request #52 from commial/ida-symbol_execserpilliere2015-02-101-0/+44
|\
| * VariablesIdentifier: Handle corner cases (using var ident on already computed...Camille Mougey2015-02-101-3/+34
| * VariableIdentifier: Less hacky way to identify sub vars, add a prefix featureCamille Mougey2015-02-101-0/+13
* | Tests: add x86_32 pop esp regression testFabrice Desclaux2015-02-101-1/+1
|/
* Core/ASMBloc: resolve_symbol now returns only the resolved blocsCamille Mougey2015-01-261-1/+1
* Merge pull request #45 from commial/refactor-examplesserpilliere2015-01-261-105/+193
|\
| * Example/ASM: Add a minimalist exampleCamille Mougey2015-01-261-0/+3
| * TestAll: Add an empty space between ']' and z3 warning messageCamille Mougey2015-01-231-1/+1
| * Example/ASM: Test the second ARM (arm_sc.S) exampleCamille Mougey2015-01-231-0/+8
| * Example/ASM: Test the x86_64 exampleCamille Mougey2015-01-231-6/+9
| * TestAll: Add missing productsCamille Mougey2015-01-231-6/+7
| * TestAll: Launch examples from their subdir, merge ExampleDir into ExampleCamille Mougey2015-01-231-30/+24
| * Example/ASM: Avoid duplicating code by using a common script shellcode.pyCamille Mougey2015-01-231-42/+61
| * Example: Move disasm's examples to a `disasm` directoryCamille Mougey2015-01-231-8/+21
| * Example: Move asm's examples to a `asm` directoryCamille Mougey2015-01-231-13/+20
| * Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-231-21/+26
| * TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)Camille Mougey2015-01-231-19/+41
| * Example: Move expression samples to sample directoryCamille Mougey2015-01-231-3/+4
| * Example: Rename symbol_exec to single_instr in a specific symbol_exec directoryCamille Mougey2015-01-231-3/+5
| * Example: Rename Test Dis to Disasm FullCamille Mougey2015-01-231-12/+14
| * Example/Test_Dis: OptParse to ArgParseCamille Mougey2015-01-231-3/+2
| * Example: Rename Disasm_03 to Disasm_FileCamille Mougey2015-01-231-1/+2
| * Example: Rename Disasm_02 to Disasm FunctionCamille Mougey2015-01-231-1/+1
| * Example: Rename Disasm_01 to Disasm_Single_InstrCamille Mougey2015-01-231-1/+1
| * Example: Rename test_jit_* to jit_*Camille Mougey2015-01-231-6/+6
| * Examples: Update x86_32_sc.bin locationCamille Mougey2015-01-231-1/+2
| * Examples: Update *.S locationCamille Mougey2015-01-231-4/+8
| * Examples: Update md5_arm locationCamille Mougey2015-01-231-1/+2
| * Examples: Update box_upx.exe locationCamille Mougey2015-01-231-3/+13
| * TestAll: Use only asm_box_x86_32 and .S files, to reduce copy/paste errorsCamille Mougey2015-01-231-21/+13
* | arm: Add umull,umlal,smull,smlal to semWladimir J. van der Laan2015-01-261-0/+24
* | arm: Add instruction umlalWladimir J. van der Laan2015-01-241-0/+2
|/
* Added TranslatorZ3 to the Miasm test suite.Florent Monjalet2015-01-232-0/+135
* Example/TestAll: Fix a typography (TAGS indirection must be used)Camille Mougey2015-01-211-1/+1
* Merge pull request #38 from serpilliere/graph_add_dominatorsCamille Mougey2015-01-201-0/+23
|\
| * DiGraph: add dominators regression testserpilliere2015-01-181-0/+23
* | Arm: add instruction bfcFabrice Desclaux2015-01-121-0/+3
|/
* Example: Add a new example using C & Python translationCamille Mougey2014-12-141-0/+1
* Test: Update API of ir2C testCamille Mougey2014-12-141-35/+45
* TestAll: Fix wrong comment in commit #90aa4b8195cefddee192df3c4c674b648f21e228Camille Mougey2014-12-141-2/+0
* Test: remove hardcoded python path (Tx to Aymeric Vincent)Fabrice Desclaux2014-12-121-1/+3