about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #899 from serpilliere/tssa_to_cssaCamille Mougey2019-01-177-261/+1686
|\ \ | |/ |/| SSA: fix ssa to cssa, and naive out of cssa
| * Merge pull request #2 from commial/unssaserpilliere2019-01-161-80/+127
| |\ | | | | | | Code clean-up and comment
| | * Code clean-up and commentAjax2019-01-161-80/+127
| |/
| * Example/IDA: updt graph ir + menuFabrice Desclaux2019-01-162-126/+215
| |
| * Example/Full: dont modify ircfg in ssa formFabrice Desclaux2019-01-161-3/+0
| |
| * Example: del unnecessary dup dst in blocksFabrice Desclaux2019-01-161-5/+2
| |
| * Test: add an unssa reg testFabrice Desclaux2019-01-162-6/+659
| |
| * Analysis: fix unssa algorithmFabrice Desclaux2019-01-162-113/+549
| |
| * Analysis: add liveness analysisFabrice Desclaux2019-01-151-1/+207
| |
| * SSA: make ssa_variable_to_expr publicFabrice Desclaux2019-01-153-11/+11
| |
* | Merge pull request #942 from serpilliere/rename_idiv_sdivCamille Mougey2019-01-1616-50/+50
|\ \ | | | | | | Rename idiv/imod into sdiv/smod
| * | Rename idiv/imod into sdiv/smodFabrice Desclaux2019-01-1516-50/+50
| | |
* | | Merge pull request #907 from serpilliere/add_simplificationsCamille Mougey2019-01-163-78/+525
|\ \ \ | | | | | | | | Expression: add simplifications
| * | | Expressions/Simplifications: clean codeFabrice Desclaux2019-01-151-60/+91
| | | |
| * | | Expression: add simplificationsFabrice Desclaux2019-01-153-27/+443
| | |/ | |/|
* | | Merge pull request #943 from commial/fix/reorg-python-jitterserpilliere2019-01-163-81/+142
|\ \ \ | |/ / |/| | Rewrite Python jitter
| * | LLVMConvert: fix mini-typoAjax2019-01-151-1/+1
| | |
| * | JitCore: remove unused codeAjax2019-01-151-11/+1
| | |
| * | JitCore_Python: rewrite to be match llvm & gcc behaviorAjax2019-01-151-69/+140
| | |
* | | Merge pull request #922 from serpilliere/updt_aarch64_mnCamille Mougey2019-01-153-0/+100
|\ \ \ | | | | | | | | Updt aarch64 mn
| * | | Aarch64: add [su]mul instructionsFabrice Desclaux2019-01-111-0/+31
| | | |
| * | | Aarch64: add casp instructionFabrice Desclaux2019-01-113-0/+69
| | | |
* | | | Merge pull request #939 from commial/fix/unused-sizeserpilliere2019-01-151-4/+0
|\ \ \ \ | |_|/ / |/| | | VmMngrPy: remove unused 'size' var
| * | | VmMngrPy: remove unused 'size' varAjax2019-01-141-4/+0
| | | |
* | | | Merge pull request #941 from serpilliere/jit_python_dump_gpregsCamille Mougey2019-01-157-5/+65
|\ \ \ \ | | | | | | | | | | Jitter/python: use correct dump gpregs
| * | | | Jitter/python: use correct dump gpregsFabrice Desclaux2019-01-147-5/+65
| | |_|/ | |/| |
* | | | Merge pull request #940 from serpilliere/fix_ida_bin_stream_mappedCamille Mougey2019-01-151-1/+5
|\ \ \ \ | | | | | | | | | | Examples/IDA: raise IOError on read out of range
| * | | | Examples/IDA: raise IOError on read out of rangeFabrice Desclaux2019-01-141-1/+5
| |/ / /
* | | | Merge pull request #938 from commial/fix/expand-tests-travisserpilliere2019-01-142-11/+15
|\ \ \ \ | |/ / / |/| | | Travis: avoid redundancy between parallel tests cases
| * | | Travis: avoid redundancy between parallel tests casesAjax2019-01-141-9/+12
| | | |
| * | | Test_all: add a TAG for python jitter based testsAjax2019-01-141-2/+3
| |/ /
* | | Merge pull request #935 from serpilliere/fix_jit_pc_updtCamille Mougey2019-01-144-12/+26
|\ \ \ | | | | | | | | Jitter: fix pc update in trace mode
| * | | Jitter: fix pc update in trace modeFabrice Desclaux2019-01-134-12/+26
| | | |
* | | | Merge pull request #937 from serpilliere/rm_old_asmblocCamille Mougey2019-01-141-10/+0
|\ \ \ \ | |_|/ / |/| | | Core: rm deprecated module
| * | | Core: rm deprecated moduleFabrice Desclaux2019-01-141-10/+0
|/ / /
* | | Merge pull request #932 from stephengroat/patch-3serpilliere2019-01-131-2/+12
|\ \ \ | |/ / |/| | parallel tests
| * | parallel testsStephen2019-01-121-2/+12
| | | | | | | | | | | | should improve test speed
* | | Merge pull request #918 from commial/fix/typo-fullserpilliere2019-01-131-8/+7
|\ \ \ | | | | | | | | Disasm/full: ircfg_a and ssa.graph are the same object, use only one denomination
| * | | Disasm/full: ircfg_a and ssa.graph are the same object, use only one ↵Ajax2019-01-111-8/+7
| | |/ | |/| | | | | | | denomination
* | | Merge pull request #929 from nofiv/masterserpilliere2019-01-121-1/+4
|\ \ \ | |_|/ |/| | Not shown instruction prefix
| * | Update arch.pyVladislav Hrčka2019-01-111-1/+4
| | | | | | | | | Instruction prefix wasn't shown when to_string method was used since instruction_x86 used just the inherited one(https://github.com/cea-sec/miasm/blob/master/miasm2/arch/x86/arch.py#L452) from instruction(https://github.com/cea-sec/miasm/blob/master/miasm2/core/cpu.py#L997) which doesn't support these prefixes.
* | | Merge pull request #928 from serpilliere/updt_appveyor_ceasecCamille Mougey2019-01-111-1/+1
|\ \ \ | |/ / |/| | README: update appveyor cea-sec
| * | README: update appveyor cea-secFabrice Desclaux2019-01-111-1/+1
|/ /
* | Merge pull request #915 from serpilliere/msp430_flagsCamille Mougey2019-01-112-101/+163
|\ \ | | | | | | MSP430: Explicit flags
| * | MSP430: Explicit flagsFabrice Desclaux2019-01-112-101/+163
| |/
* | Merge pull request #919 from serpilliere/fix_armt_instrCamille Mougey2019-01-113-4/+46
|\ \ | |/ |/| Armt: fix cbnz
| * ARM: add mnemonicsFabrice Desclaux2019-01-113-1/+43
| |
| * Armt: fix itt exprlocFabrice Desclaux2019-01-111-2/+2
| |
| * Armt: fix cbnzFabrice Desclaux2019-01-111-1/+1
|/
* Merge pull request #926 from stephengroat/travisserpilliere2019-01-114-57/+19
|\ | | | | cleanup travis.yml and appveyor.yml