about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Jitter/python: use correct dump gpregsFabrice Desclaux2019-01-147-5/+65
|
* 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
| * remove unnecessary apt packages from travisStephen2019-01-101-4/+0
| |
| * appveyor cleanupStephen2019-01-101-3/+0
| |
| * use referenceStephen2019-01-101-2/+2
| | | | | | https://packaging.python.org/guides/supporting-windows-using-appveyor/#appveyor-yml
| * use python install specific pipStephen2019-01-101-6/+2
| |
| * use pip in appveyorStephen2019-01-101-9/+2
| |
| * pin z3 to specific versionStephen2019-01-101-1/+1
| |
| * cleanup travis.ymlStephen2019-01-103-41/+21
|/ | | | | Include pip requirements.txt files and pin versions where needed No double venv
* Merge pull request #917 from Sh3idan/fix-typo-win-structsCamille Mougey2019-01-041-1/+1
|\ | | | | fix: typo in ContextException structure
| * fix: typo in ContextException structureSheidan2019-01-031-1/+1
|/
* Merge pull request #910 from serpilliere/aarch64_add_semCamille Mougey2018-12-261-3/+252
|\ | | | | Aarch64: add mnemonic sem
| * Aarch64: fix ccmp semFabrice Desclaux2018-12-261-3/+3
| |
| * Aarch64: add mnemonic semFabrice Desclaux2018-12-261-0/+249
| |
* | Merge pull request #909 from vbrandl/fix/setup_py_versionserpilliere2018-12-261-1/+1
|\ \ | |/ |/| Make python version explicit
| * Make python version explicitValentin Brandl2018-12-251-1/+1
|/
* Merge pull request #908 from p-l-/codespellCamille Mougey2018-12-2398-364/+372
|\ | | | | Fix typos & add codespell
| * Fix typos & add codespellPierre LALET2018-12-2398-364/+372
|/
* Merge pull request #904 from commial/feature/export-LLVMserpilliere2018-12-203-58/+251
|\ | | | | Feature/export llvm
| * Add export_llvm, an example illustrating basic IR exportAjax2018-12-202-0/+86
| |
| * LLVM: introduce LLVMFunction_IRCompilation, basics for IR exportAjax2018-12-201-2/+93
| |
| * LLVM: add basic support for unsigned comparisonAjax2018-12-201-1/+17
| |
| * LLVM: move Miasm operatation support to LLVMContext (not specific to jit)Ajax2018-12-201-55/+55
| |
* | Merge pull request #902 from serpilliere/fix_aarch64_bicsCamille Mougey2018-12-171-2/+1
|\ \ | | | | | | Aarch64: fix bics
| * | Aarch64: fix bicsFabrice Desclaux2018-12-171-2/+1
|/ /
* | Merge pull request #898 from serpilliere/add_dis_examplesCamille Mougey2018-12-1014-80/+189
|\ \ | |/ |/| Add dis examples
| * Updt example apiFabrice Desclaux2018-12-106-37/+34
| |
| * Example: remove deprecated exampleFabrice Desclaux2018-12-102-34/+0
| |
| * Add some simple disasm/ir examplesFabrice Desclaux2018-12-106-9/+155
|/
* Merge pull request #900 from serpilliere/expr_replace_fix_argCamille Mougey2018-12-091-5/+2
|\ | | | | Expr: fix replace_expr args
| * Expr: fix replace_expr argsFabrice Desclaux2018-12-091-5/+2
|/
* Merge pull request #896 from Mizari/masterserpilliere2018-12-091-8/+3
|\ | | | | perfomance feature