about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Parse_asm: remove useless functionsFabrice Desclaux2018-06-201-26/+0
* Merge pull request #770 from serpilliere/ida_guess_machine_addrCamille Mougey2018-06-198-57/+62
|\
| * Example/ida: use addr to guess archFabrice Desclaux2018-06-198-57/+62
|/
* Merge pull request #768 from serpilliere/arm_fix_tipoCamille Mougey2018-06-191-1/+1
|\
| * Arm: fix tipoFabrice Desclaux2018-06-191-1/+1
* | Merge pull request #769 from WilliamBruneau/ida_symb_exec_one_instrCamille Mougey2018-06-191-1/+6
|\ \ | |/ |/|
| * Allow symbolic execution of one instruction in IDAWilliam Bruneau2018-06-191-1/+6
|/
* Merge pull request #767 from commial/fix/exprloc-strserpilliere2018-06-172-5/+5
|\
| * Unify ExprLoc str with LocKey and othersAjax2018-06-172-5/+5
|/
* Merge pull request #766 from serpilliere/fix_depgraph_idaCamille Mougey2018-06-161-11/+11
|\
| * Example/IDA: fix depgraph apiFabrice Desclaux2018-06-161-11/+11
|/
* Merge pull request #764 from serpilliere/fix_x86_sem_ptrCamille Mougey2018-06-151-1/+1
|\
| * X86/sem: simplify pop addrFabrice Desclaux2018-06-151-1/+1
* | Merge pull request #760 from serpilliere/fix_upx_exampleCamille Mougey2018-06-121-7/+7
|\ \ | |/ |/|
| * Example/upx: fix & updtFabrice Desclaux2018-06-111-7/+7
|/
* Merge pull request #758 from commial/fix/asmcfg-mergeserpilliere2018-06-111-13/+10
|\
| * AsmCFG: use higher level API for mergeAjax2018-06-111-13/+10
* | Merge pull request #757 from commial/fix/dseserpilliere2018-06-113-8/+5
|\ \ | |/ |/|
| * DSE: remove useless changes introduced by 61551fa7Ajax2018-06-112-8/+3
| * SymbolPool: assert LocKey type in APIsAjax2018-06-111-0/+2
|/
* Merge pull request #755 from serpilliere/remove_sp_in_add_cstCamille Mougey2018-06-114-35/+16
|\
| * AsmBlock: remove symbol_pool in add_cstFabrice Desclaux2018-06-104-35/+16
* | Merge pull request #756 from serpilliere/fix_gentooCamille Mougey2018-06-111-1/+1
|\ \ | |/ |/|
| * Jitter: fix gentoo compilationFabrice Desclaux2018-06-111-1/+1
|/
* Merge pull request #754 from serpilliere/fix_asmcfg_labelCamille Mougey2018-06-103-11/+31
|\
| * Jitter: label to_stringFabrice Desclaux2018-06-103-11/+31
* | Merge pull request #753 from acru3l/masterCamille Mougey2018-06-101-0/+17
|\ \
| * | Add XMM0-15 to gpreg_dict[]acru3l2018-06-091-0/+17
| |/
* | Merge pull request #752 from commial/fix/virtual-protectserpilliere2018-06-091-1/+5
|\ \ | |/ |/|
| * VirtualProtect: act on multiple pagesAjax2018-06-041-1/+4
| * VirtualProtect: get old access *before* setting the new oneAjax2018-06-041-1/+2
* | Merge pull request #751 from serpilliere/ExprLabelCamille Mougey2018-06-0981-2107/+2745
|\ \ | |/ |/|
| * Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-0972-1798/+1983
| * Expr: Add new word ExprLocFabrice Desclaux2018-06-0853-806/+1259
|/
* Merge pull request #748 from commial/fix/llvm-check-post-instrsserpilliere2018-05-182-2/+11
|\
| * Add a regression test to ensure INT is called each time in a loopAjax2018-05-181-2/+8
| * LLVM: check all CPU exceptions after instruction executionAjax2018-05-181-0/+3
|/
* Merge pull request #747 from serpilliere/asmblobk_bad_jitCamille Mougey2018-05-186-31/+148
|\
| * Jitter: fix bad block managementFabrice Desclaux2018-05-175-21/+119
| * AsmBlock: constant for asmblockbad errnoFabrice Desclaux2018-05-171-10/+29
|/
* Merge pull request #746 from commial/feature/XMM-regsserpilliere2018-05-1711-44/+263
|\
| * Add support for XMM0-15 registers in x86Ajax2018-05-174-0/+105
| * Add support for 128 bits operations in VmMngr and GCC outputsAjax2018-05-177-44/+158
* | Merge pull request #745 from commial/feature/cc-div-128serpilliere2018-05-173-1/+7
|\|
| * Test: remove blacklisted testAjax2018-05-161-1/+0
| * Add support for 128 bits udiv/umod/idiv/imod operations for CC jittersAjax2018-05-162-0/+7
|/
* Merge pull request #744 from commial/refactor/move-to-op-semanticsserpilliere2018-05-1615-204/+40
|\
| * MSP430: remove duplicate or unused operations implemAjax2018-05-162-15/+0
| * ARM 'clz' op is actually 'cntleadzeros', replace itAjax2018-05-164-22/+1
| * Move umod/udiv/imod/idiv operations to op_semanticsAjax2018-05-1612-159/+31