about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| * 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