| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #871 from serpilliere/simp_mult | Camille Mougey | 2018-11-12 | 1 | -1/+19 | |
| |\ | | | | | Simple: add multiplication simplification | |||||
| | * | Simple: add multiplication simplification | Fabrice Desclaux | 2018-11-10 | 1 | -1/+19 | |
| | | | ||||||
| * | | Merge pull request #867 from serpilliere/vm_get_int | Camille Mougey | 2018-11-11 | 1 | -4/+3 | |
| |\ \ | |/ |/| | Vm get int | |||||
| | * | All: updt api | Fabrice Desclaux | 2018-10-12 | 1 | -4/+3 | |
| | | | ||||||
| * | | Simplification: add high evel simp | Fabrice Desclaux | 2018-10-09 | 1 | -0/+3 | |
| | | | ||||||
| * | | Test: add high level regression tests | Fabrice Desclaux | 2018-10-09 | 1 | -2/+58 | |
| |/ | ||||||
| * | X86: fix inc/dec 64bit | Fabrice Desclaux | 2018-10-06 | 1 | -0/+6 | |
| | | ||||||
| * | Merge pull request #855 from serpilliere/exprassign | Camille Mougey | 2018-10-06 | 12 | -326/+326 | |
| |\ | | | | | Exprassign | |||||
| | * | Expresion: use ExprAssign instead of ExprAff | Fabrice Desclaux | 2018-10-01 | 12 | -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_immediate | serpilliere | 2018-10-01 | 1 | -0/+3 | |
| |\ \ | | | | | | | ARM Thumb: Add EOR (immediate) instruction | |||||
| | * | | ARM Thumb: Add test for EOR (immediate) instruction | jetsecurity | 2018-09-27 | 1 | -0/+3 | |
| | |/ | ||||||
| * / | ARM Thumb: Add test for BLX Rd where Rd > R7 | jetsecurity | 2018-09-27 | 1 | -0/+3 | |
| |/ | ||||||
| * | Test: add pcmpeq and 128bit regs get/set | Fabrice Desclaux | 2018-09-19 | 3 | -2/+83 | |
| | | ||||||
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 4 | -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 sample | Fabrice Desclaux | 2018-08-30 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #837 from commial/refactor/better-deterministic-tests | serpilliere | 2018-08-30 | 1 | -9/+10 | |
| |\ | | | | | Refactor/better deterministic tests | |||||
| | * | Use the dse_crackme compiled version | Ajax | 2018-08-30 | 1 | -7/+1 | |
| | | | ||||||
| | * | Mark Linux specific tests with a tag | Ajax | 2018-08-30 | 1 | -2/+9 | |
| | | | ||||||
| * | | Expr: use TOK define instead of strings | Fabrice Desclaux | 2018-08-29 | 1 | -2/+2 | |
| | | | ||||||
| * | | Test/simplify: dont use concurrent simplifications | Fabrice Desclaux | 2018-08-29 | 1 | -5/+4 | |
| | | | ||||||
| * | | Mep: use correct operator in IR | Fabrice Desclaux | 2018-08-29 | 1 | -18/+6 | |
| |/ | ||||||
| * | X86: add nop form | Fabrice Desclaux | 2018-08-16 | 1 | -0/+4 | |
| | | ||||||
| * | Test: add progpag expr | Fabrice Desclaux | 2018-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Test: fix arm regression tests | Fabrice Desclaux | 2018-08-06 | 1 | -267/+267 | |
| | | ||||||
| * | Test: add simplification reg tests | Fabrice Desclaux | 2018-08-06 | 1 | -11/+20 | |
| | | ||||||
| * | Test: add regression test (bad block ref) | Fabrice Desclaux | 2018-08-01 | 1 | -0/+53 | |
| | | ||||||
| * | Test: add reduce graph test (infinite loop) | Fabrice Desclaux | 2018-08-01 | 1 | -1/+62 | |
| | | ||||||
| * | Add an example for LinuxEnvironment & Syscall handling | Ajax | 2018-07-24 | 1 | -0/+13 | |
| | | ||||||
| * | LocationDB: add a name -> offset method | Ajax | 2018-07-19 | 1 | -0/+5 | |
| | | ||||||
| * | Expression: fix slice assignment | Fabrice Desclaux | 2018-07-19 | 1 | -0/+5 | |
| | | ||||||
| * | Test: add x86 64 asm test 64bit addr | Fabrice Desclaux | 2018-07-17 | 2 | -0/+31 | |
| | | ||||||
| * | Test: don't reset *all* tests | Fabrice Desclaux | 2018-07-13 | 1 | -1/+0 | |
| | | ||||||
| * | Toshiba MeP support | Guillaume Valadon | 2018-07-12 | 43 | -0/+4701 | |
| | | ||||||
| * | Merge pull request #795 from commial/features/better-float-sse | serpilliere | 2018-07-10 | 2 | -1/+43 | |
| |\ | | | | | Better float support & additionnal SSE | |||||
| | * | TestALL: add QEMU sse test for LLVM and GCC | Ajax | 2018-07-10 | 1 | -0/+4 | |
| | | | ||||||
| | * | Add new SSE instruction description and updates old ones | Ajax | 2018-07-10 | 1 | -1/+39 | |
| | | | ||||||
| * | | IR: rename DiGraphIR=>IRCFG | Fabrice Desclaux | 2018-07-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Test: add reduce ircfg reg tests | Fabrice Desclaux | 2018-07-10 | 2 | -0/+532 | |
| |/ | ||||||
| * | SSA: add tests | Fabrice Desclaux | 2018-07-09 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #738 from marilafo/fix_offset_branch_armtl | serpilliere | 2018-07-05 | 1 | -0/+3 | |
| |\ | | | | | armtl change branch pc offset | |||||
| | * | armtl change branch pc offset | Marion Lafon | 2018-05-24 | 1 | -0/+3 | |
| | | | | | | | | | Modify some armtl instr to match with documentation | |||||
| * | | IR: gen ircfg from ir_arch | Fabrice Desclaux | 2018-07-05 | 6 | -380/+588 | |
| | | | ||||||
| * | | IR: remove default regs_init for symbexec | Fabrice Desclaux | 2018-07-05 | 7 | -8/+8 | |
| | | | ||||||
| * | | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 9 | -107/+33 | |
| | | | ||||||
| * | | symbol_pool -> loc_db | Ajax | 2018-07-03 | 21 | -191/+191 | |
| | | | ||||||
| * | | LocationDB: introduced to replace AsmSymbolPool | Ajax | 2018-07-03 | 2 | -0/+109 | |
| | | | ||||||
| * | | Merge pull request #780 from serpilliere/simp_shift_mask | Camille Mougey | 2018-06-22 | 1 | -0/+4 | |
| |\ \ | | | | | | | Expr: add simplification shift mask | |||||
| | * | | Expr: add simplification shift mask | Fabrice Desclaux | 2018-06-21 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Code cleaning: remove useless / commented code | Ajax | 2018-06-21 | 7 | -83/+1 | |
| |/ / | ||||||
| * | | Jitter: add simple trace api | Fabrice Desclaux | 2018-06-21 | 8 | -25/+6 | |
| | | | ||||||