about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #871 from serpilliere/simp_multCamille Mougey2018-11-121-1/+19
|\ | | | | Simple: add multiplication simplification
| * Simple: add multiplication simplificationFabrice Desclaux2018-11-101-1/+19
| |
* | Merge pull request #867 from serpilliere/vm_get_intCamille Mougey2018-11-111-4/+3
|\ \ | |/ |/| Vm get int
| * All: updt apiFabrice Desclaux2018-10-121-4/+3
| |
* | Simplification: add high evel simpFabrice Desclaux2018-10-091-0/+3
| |
* | Test: add high level regression testsFabrice Desclaux2018-10-091-2/+58
|/
* X86: fix inc/dec 64bitFabrice Desclaux2018-10-061-0/+6
|
* Merge pull request #855 from serpilliere/exprassignCamille Mougey2018-10-0612-326/+326
|\ | | | | Exprassign
| * Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-0112-326/+326
| | | | | | | | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* | Merge pull request #861 from jetsecurity/eor_immediateserpilliere2018-10-011-0/+3
|\ \ | | | | | | ARM Thumb: Add EOR (immediate) instruction
| * | ARM Thumb: Add test for EOR (immediate) instructionjetsecurity2018-09-271-0/+3
| |/
* / ARM Thumb: Add test for BLX Rd where Rd > R7jetsecurity2018-09-271-0/+3
|/
* Test: add pcmpeq and 128bit regs get/setFabrice Desclaux2018-09-193-2/+83
|
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-094-42/+49
| | | | | | | | | | | | | | | | | | | | | | | | * Get miasm to work on Windows, also add AppVeyor CI * Fix gcc jitter on Linux * Make the dse_crackme tests work on Windows * calling build and then install is less confusing than install twice * fix os.rename race condition on Windows * clean it up * Clean up after the unused cl.exe's artifacts * Use is_win instead of an additional check * Fix issue on Windows where 'w' and 'wb' modes are different * Address review feedback * setuptools is actually not required, so reverting
* Remove malware sampleFabrice Desclaux2018-08-301-2/+2
|
* Merge pull request #837 from commial/refactor/better-deterministic-testsserpilliere2018-08-301-9/+10
|\ | | | | Refactor/better deterministic tests
| * Use the dse_crackme compiled versionAjax2018-08-301-7/+1
| |
| * Mark Linux specific tests with a tagAjax2018-08-301-2/+9
| |
* | Expr: use TOK define instead of stringsFabrice Desclaux2018-08-291-2/+2
| |
* | Test/simplify: dont use concurrent simplificationsFabrice Desclaux2018-08-291-5/+4
| |
* | Mep: use correct operator in IRFabrice Desclaux2018-08-291-18/+6
|/
* X86: add nop formFabrice Desclaux2018-08-161-0/+4
|
* Test: add progpag exprFabrice Desclaux2018-08-061-1/+1
|
* Test: fix arm regression testsFabrice Desclaux2018-08-061-267/+267
|
* Test: add simplification reg testsFabrice Desclaux2018-08-061-11/+20
|
* Test: add regression test (bad block ref)Fabrice Desclaux2018-08-011-0/+53
|
* Test: add reduce graph test (infinite loop)Fabrice Desclaux2018-08-011-1/+62
|
* Add an example for LinuxEnvironment & Syscall handlingAjax2018-07-241-0/+13
|
* LocationDB: add a name -> offset methodAjax2018-07-191-0/+5
|
* Expression: fix slice assignmentFabrice Desclaux2018-07-191-0/+5
|
* Test: add x86 64 asm test 64bit addrFabrice Desclaux2018-07-172-0/+31
|
* Test: don't reset *all* testsFabrice Desclaux2018-07-131-1/+0
|
* Toshiba MeP supportGuillaume Valadon2018-07-1243-0/+4701
|
* Merge pull request #795 from commial/features/better-float-sseserpilliere2018-07-102-1/+43
|\ | | | | Better float support & additionnal SSE
| * TestALL: add QEMU sse test for LLVM and GCCAjax2018-07-101-0/+4
| |
| * Add new SSE instruction description and updates old onesAjax2018-07-101-1/+39
| |
* | IR: rename DiGraphIR=>IRCFGFabrice Desclaux2018-07-101-1/+1
| |
* | Test: add reduce ircfg reg testsFabrice Desclaux2018-07-102-0/+532
|/
* SSA: add testsFabrice Desclaux2018-07-091-2/+2
|
* Merge pull request #738 from marilafo/fix_offset_branch_armtlserpilliere2018-07-051-0/+3
|\ | | | | armtl change branch pc offset
| * armtl change branch pc offsetMarion Lafon2018-05-241-0/+3
| | | | | | | | Modify some armtl instr to match with documentation
* | IR: gen ircfg from ir_archFabrice Desclaux2018-07-056-380/+588
| |
* | IR: remove default regs_init for symbexecFabrice Desclaux2018-07-057-8/+8
| |
* | Update symbol_pool's deprecated API -> LocationDBAjax2018-07-039-107/+33
| |
* | symbol_pool -> loc_dbAjax2018-07-0321-191/+191
| |
* | LocationDB: introduced to replace AsmSymbolPoolAjax2018-07-032-0/+109
| |
* | Merge pull request #780 from serpilliere/simp_shift_maskCamille Mougey2018-06-221-0/+4
|\ \ | | | | | | Expr: add simplification shift mask
| * | Expr: add simplification shift maskFabrice Desclaux2018-06-211-0/+4
| | |
* | | Code cleaning: remove useless / commented codeAjax2018-06-217-83/+1
|/ /
* | Jitter: add simple trace apiFabrice Desclaux2018-06-218-25/+6
| |