about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix atomic_mode leakcoco2017-08-021-1/+5
* Merge pull request #592 from commial/fix-hash-cstsserpilliere2017-08-011-2/+2
|\
| * Avoid potential (but unlikely) hash collisionAjax2017-08-011-2/+2
* | Merge pull request #591 from serpilliere/remove_job_doneCamille Mougey2017-07-286-24/+30
|\ \
| * | Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-276-24/+30
* | | Merge pull request #590 from serpilliere/fix_macro_shiftWilliam Bruneau2017-07-253-94/+22
|\ \ \ | |/ / |/| |
| * | Jitter: fix shifter macroFabrice Desclaux2017-07-253-94/+22
|/ /
* | Merge pull request #589 from commial/fix/aarch64-imm-decodeserpilliere2017-07-242-24/+209
|\ \
| * | Aarch64: complete DecodeBitMasks test for full branch coverageAjax2017-07-241-0/+4
| * | Aarch64: remove useless codeAjax2017-07-241-11/+0
| * | Aarch64: decode ORR/AND/... imm according to ARM ASLAjax2017-07-241-16/+206
| * | Aarch64: mask ROR/ROL result to avoid overflowAjax2017-07-211-2/+4
* | | Merge pull request #582 from WilliamBruneau/realloc_check_returnserpilliere2017-07-242-8/+15
|\ \ \ | |_|/ |/| |
| * | Add null pointer check after reallocWilliam Bruneau2017-07-242-8/+15
|/ /
* | Merge pull request #587 from commial/fix/x86-movsdserpilliere2017-07-241-8/+12
|\ \
| * | x86: fix MOVSD semanticAjax2017-07-241-8/+12
| |/
* | Merge pull request #586 from commial/feature/aarch64-blrserpilliere2017-07-221-0/+5
|\ \
| * | Aarch64: add semantic for BLRAjax2017-07-211-0/+5
| |/
* | Merge pull request #584 from commial/fix/blockhash-multiarchserpilliere2017-07-223-26/+17
|\ \
| * | Add arch-desc in hash, avoiding multi-arch collisionAjax2017-07-211-4/+6
| * | Jit: merge duplicate hash codeAjax2017-07-213-26/+15
| |/
* | Merge pull request #585 from commial/fix/jit-multiretserpilliere2017-07-222-6/+10
|\ \
| * | Add support for multi-ret on cdecl / systemV x86 ABIAjax2017-07-211-3/+5
| * | Add support for multi-ret on stdcall / systemV ARM ABIAjax2017-07-211-3/+5
| |/
* | Merge pull request #588 from commial/fix/dse-regsserpilliere2017-07-222-5/+17
|\ \ | |/ |/|
| * DSE: use registers from the real arch, not the jitter emulated oneAjax2017-07-211-3/+15
| * Complete attrib_to_regs with IP/EIP (was present in 64)Ajax2017-07-211-2/+2
|/
* Merge pull request #579 from serpilliere/fix_get_blocserpilliere2017-07-2025-71/+112
|\
| * Asmblock: rename blocFabrice Desclaux2017-07-0718-40/+57
| * IR: rename post_add_blocFabrice Desclaux2017-07-072-4/+12
| * IR: rename add_blocFabrice Desclaux2017-07-0716-21/+29
| * IR: rename get_blocFabrice Desclaux2017-07-075-6/+14
* | Merge pull request #581 from WilliamBruneau/realloc_check_returnserpilliere2017-07-201-0/+10
|\ \
| * | Add null pointer check after reallocWilliam Bruneau2017-07-201-0/+10
| |/
* | Merge pull request #580 from WilliamBruneau/fix_typo_dse_crackmeCamille Mougey2017-07-202-8/+7
|\ \ | |/ |/|
| * Fix typo in /test/core/asmblock.pyWilliam Bruneau2017-07-201-1/+1
| * Remove unecessary assertWilliam Bruneau2017-07-201-1/+0
| * Fix typoWilliam Bruneau2017-07-201-6/+6
|/
* Merge pull request #578 from commial/llvm/readonly-funcsserpilliere2017-07-071-44/+49
|\
| * Regroup and use readonly for utils funcs (better simplifications)Ajax2017-07-071-44/+49
|/
* Merge pull request #576 from commial/feature/ida-menuserpilliere2017-07-055-174/+282
|\
| * IDA: add a Miasm menu with shortcuts to other IDA examplesAjax2017-07-051-0/+77
| * IDA/TypePropag: clean & fix importsAjax2017-07-051-14/+13
| * IDA/SymbExec: clean & fix imports, export main functionAjax2017-07-051-7/+8
| * IDA/Graph IR: clean & fix imports, export main function, add aAjax2017-07-051-70/+91
| * IDA/Depgraph: clean & fix imports, export main functionAjax2017-07-051-83/+93
|/
* Merge pull request #575 from serpilliere/fix_ida_exampleCamille Mougey2017-07-052-34/+17
|\
| * Example: update SymbExecCType apiFabrice Desclaux2017-07-051-9/+7
| * SymbExecCType: remove dummy argumentFabrice Desclaux2017-07-051-25/+10
|/
* Merge pull request #574 from serpilliere/clean_codeCamille Mougey2017-07-051-129/+110
|\