about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #781 from commial/fix/code-cleaningserpilliere2018-06-2116-173/+2
|\ \ \ \ \ | | | | | | | | | | | | Code cleaning: remove useless / commented code
| * | | | | Code cleaning: remove useless / commented codeAjax2018-06-2116-173/+2
| |/ / / /
* | | | | Merge pull request #779 from commial/refactor/disasm_cbserpilliere2018-06-211-3/+11
|\ \ \ \ \ | |/ / / / |/| | | | Jitter: deprecate jit.disasm_cb
| * | | | Jitter: deprecate jit.disasm_cbAjax2018-06-211-3/+11
|/ / / /
* | | | Merge pull request #774 from serpilliere/fix_jitter_class_nameCamille Mougey2018-06-217-34/+47
|\ \ \ \ | | | | | | | | | | Jitter: rename jitter class into Jitter
| * | | | Jitter: rename jitter class into JitterFabrice Desclaux2018-06-217-34/+47
|/ / / /
* | | | Merge pull request #772 from serpilliere/add_jit_trace_apiCamille Mougey2018-06-2114-53/+45
|\ \ \ \ | | | | | | | | | | Jitter: add simple trace api
| * | | | Jitter: add simple trace apiFabrice Desclaux2018-06-2114-53/+45
|/ / / /
* | | | Merge pull request #777 from GAJaloyan/masterserpilliere2018-06-211-0/+30
|\ \ \ \ | | | | | | | | | | Adding ccmp aarch64 instruction.
| * | | | Adding ccmp aarch64 instruction.gajaloyan2018-06-211-0/+30
| | | | |
* | | | | Merge pull request #778 from serpilliere/fix_parse_asmCamille Mougey2018-06-201-26/+0
|\ \ \ \ \ | | | | | | | | | | | | Parse_asm: remove useless functions
| * | | | | Parse_asm: remove useless functionsFabrice Desclaux2018-06-201-26/+0
| |/ / / /
* | | | | Merge pull request #773 from serpilliere/fix_bad_docCamille Mougey2018-06-202-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Cpu: fix bad doc
| * | | | | Cpu: fix bad docFabrice Desclaux2018-06-192-3/+3
| | | | | |
* | | | | | Merge pull request #771 from serpilliere/fix_asmcfg_nameCamille Mougey2018-06-203-6/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | All: fix var name to reflect object types
| * | | | | All: fix var name to reflect object typesFabrice Desclaux2018-06-193-6/+5
|/ / / / /
| | * / / Update README.md_Frky2018-06-201-3/+3
| |/ / / |/| | | | | | | Proposed fix for Issue #775
* | | | Merge pull request #770 from serpilliere/ida_guess_machine_addrCamille Mougey2018-06-198-57/+62
|\ \ \ \ | |/ / / |/| | | Example/ida: use addr to guess arch
| * | | Example/ida: use addr to guess archFabrice Desclaux2018-06-198-57/+62
|/ / / | | | | | | | | | | | | Some arch like ARM depends on address in order to determine which attributes have to be used during analysis
* | | Merge pull request #768 from serpilliere/arm_fix_tipoCamille Mougey2018-06-191-1/+1
|\ \ \ | | | | | | | | Arm: fix tipo
| * | | 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 IDA
| * | | 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 others
| * | | 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 api
| * | | 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 addr
| * | 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 & updt
| * | 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 merge
| * | AsmCFG: use higher level API for mergeAjax2018-06-111-13/+10
| | |
* | | Merge pull request #757 from commial/fix/dseserpilliere2018-06-113-8/+5
|\ \ \ | |/ / |/| | Fix DSE and ensure API type for SymbolPool loc_key_to_*
| * | 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_cst
| * | 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 compilation
| * | 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_string
| * | 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[]
| * | | Add XMM0-15 to gpreg_dict[]acru3l2018-06-091-0/+17
| |/ /
* | | Merge pull request #752 from commial/fix/virtual-protectserpilliere2018-06-091-1/+5
|\ \ \ | |/ / |/| | Fix/virtual protect
| * | 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
|\ \ \ | |/ / |/| | Expr Loc
| * | Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-0972-1798/+1983
| | |
| * | Expr: Add new word ExprLocFabrice Desclaux2018-06-0853-806/+1259
|/ / | | | | | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.