about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* IR: pretty print irblocsFabrice Desclaux2018-07-051-16/+42
|
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-0537-770/+1017
|
* IR: split ir/digraphFabrice Desclaux2018-07-052-256/+254
|
* Merge pull request #788 from serpilliere/ir_remove_default_regs_initCamille Mougey2018-07-0514-180/+247
|\ | | | | Ir remove default regs init
| * IR: remove default regs_init for symbexecFabrice Desclaux2018-07-0513-150/+247
| |
| * Analysis: Remove unused functionFabrice Desclaux2018-07-051-30/+0
|/
* Merge pull request #787 from commial/feature/locationdbserpilliere2018-07-0390-1025/+1310
|\ | | | | LocationDB
| * Update symbol_pool's deprecated API -> LocationDBAjax2018-07-0356-272/+198
| |
| * symbol_pool -> loc_dbAjax2018-07-0386-706/+720
| |
| * LocationDB: introduced to replace AsmSymbolPoolAjax2018-07-034-224/+569
| |
| * ExprLoc/LocKey: avoid ambiguity in string representationAjax2018-07-021-2/+2
|/
* Merge pull request #786 from guedou/mips32_dstflow2labelserpilliere2018-07-021-2/+2
|\ | | | | Fix mips32 dstflow2label()
| * Remove incorrect attributeGuillaume Valadon2018-07-011-2/+2
| |
* | Merge pull request #783 from commial/refactor/jitter-cleaningserpilliere2018-06-2213-148/+125
|\ \ | | | | | | Refactor/jitter cleaning
| * | Jitcore: run_at actually takes a list of stop_offset, instead of aAjax2018-06-225-14/+24
| | | | | | | | | | | | "breakpoints" specificity
| * | Jitcore: remove useless strucs and rename for more meaningful namesAjax2018-06-229-83/+80
| | |
| * | Jitters: use loc_key instead of names or offset for basic block labelingAjax2018-06-228-57/+27
|/ /
* | Merge pull request #782 from commial/refactor/travis-deprecatedserpilliere2018-06-221-1/+4
|\ \ | | | | | | TravisCI: turn deprecation warning into RuntimeError
| * | TravisCI: turn deprecation warning into RuntimeErrorAjax2018-06-221-1/+4
| | |
* | | Merge pull request #776 from Frky/patch-2Camille Mougey2018-06-221-1/+1
|\ \ \ | | | | | | | | Update README.md
| * \ \ Merge branch 'master' into patch-2Camille Mougey2018-06-2245-298/+167
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #780 from serpilliere/simp_shift_maskCamille Mougey2018-06-222-0/+24
|\ \ \ \ | | | | | | | | | | Expr: add simplification shift mask
| * | | | Expr: add simplification shift maskFabrice Desclaux2018-06-212-0/+24
| | |/ / | |/| |
* | | | 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
|/ /