| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Jitter/python: use correct dump gpregs | Fabrice Desclaux | 2019-01-14 | 7 | -5/+65 |
| | | |||||
| * | Merge pull request #935 from serpilliere/fix_jit_pc_updt | Camille Mougey | 2019-01-14 | 4 | -12/+26 |
| |\ | | | | | Jitter: fix pc update in trace mode | ||||
| | * | Jitter: fix pc update in trace mode | Fabrice Desclaux | 2019-01-13 | 4 | -12/+26 |
| | | | |||||
| * | | Merge pull request #937 from serpilliere/rm_old_asmbloc | Camille Mougey | 2019-01-14 | 1 | -10/+0 |
| |\ \ | | | | | | | Core: rm deprecated module | ||||
| | * | | Core: rm deprecated module | Fabrice Desclaux | 2019-01-14 | 1 | -10/+0 |
| |/ / | |||||
| * | | Merge pull request #932 from stephengroat/patch-3 | serpilliere | 2019-01-13 | 1 | -2/+12 |
| |\ \ | |/ |/| | parallel tests | ||||
| | * | parallel tests | Stephen | 2019-01-12 | 1 | -2/+12 |
| | | | | | | | | | should improve test speed | ||||
| * | | Merge pull request #918 from commial/fix/typo-full | serpilliere | 2019-01-13 | 1 | -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 ↵ | Ajax | 2019-01-11 | 1 | -8/+7 |
| | | | | | | | | | | | | | denomination | ||||
| * | | | Merge pull request #929 from nofiv/master | serpilliere | 2019-01-12 | 1 | -1/+4 |
| |\ \ \ | |_|/ |/| | | Not shown instruction prefix | ||||
| | * | | Update arch.py | Vladislav Hrčka | 2019-01-11 | 1 | -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_ceasec | Camille Mougey | 2019-01-11 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | README: update appveyor cea-sec | ||||
| | * | | README: update appveyor cea-sec | Fabrice Desclaux | 2019-01-11 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #915 from serpilliere/msp430_flags | Camille Mougey | 2019-01-11 | 2 | -101/+163 |
| |\ \ | | | | | | | MSP430: Explicit flags | ||||
| | * | | MSP430: Explicit flags | Fabrice Desclaux | 2019-01-11 | 2 | -101/+163 |
| | |/ | |||||
| * | | Merge pull request #919 from serpilliere/fix_armt_instr | Camille Mougey | 2019-01-11 | 3 | -4/+46 |
| |\ \ | |/ |/| | Armt: fix cbnz | ||||
| | * | ARM: add mnemonics | Fabrice Desclaux | 2019-01-11 | 3 | -1/+43 |
| | | | |||||
| | * | Armt: fix itt exprloc | Fabrice Desclaux | 2019-01-11 | 1 | -2/+2 |
| | | | |||||
| | * | Armt: fix cbnz | Fabrice Desclaux | 2019-01-11 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #926 from stephengroat/travis | serpilliere | 2019-01-11 | 4 | -57/+19 |
| |\ | | | | | cleanup travis.yml and appveyor.yml | ||||
| | * | remove unnecessary apt packages from travis | Stephen | 2019-01-10 | 1 | -4/+0 |
| | | | |||||
| | * | appveyor cleanup | Stephen | 2019-01-10 | 1 | -3/+0 |
| | | | |||||
| | * | use reference | Stephen | 2019-01-10 | 1 | -2/+2 |
| | | | | | | | https://packaging.python.org/guides/supporting-windows-using-appveyor/#appveyor-yml | ||||
| | * | use python install specific pip | Stephen | 2019-01-10 | 1 | -6/+2 |
| | | | |||||
| | * | use pip in appveyor | Stephen | 2019-01-10 | 1 | -9/+2 |
| | | | |||||
| | * | pin z3 to specific version | Stephen | 2019-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | cleanup travis.yml | Stephen | 2019-01-10 | 3 | -41/+21 |
| |/ | | | | | Include pip requirements.txt files and pin versions where needed No double venv | ||||
| * | Merge pull request #917 from Sh3idan/fix-typo-win-structs | Camille Mougey | 2019-01-04 | 1 | -1/+1 |
| |\ | | | | | fix: typo in ContextException structure | ||||
| | * | fix: typo in ContextException structure | Sheidan | 2019-01-03 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #910 from serpilliere/aarch64_add_sem | Camille Mougey | 2018-12-26 | 1 | -3/+252 |
| |\ | | | | | Aarch64: add mnemonic sem | ||||
| | * | Aarch64: fix ccmp sem | Fabrice Desclaux | 2018-12-26 | 1 | -3/+3 |
| | | | |||||
| | * | Aarch64: add mnemonic sem | Fabrice Desclaux | 2018-12-26 | 1 | -0/+249 |
| | | | |||||
| * | | Merge pull request #909 from vbrandl/fix/setup_py_version | serpilliere | 2018-12-26 | 1 | -1/+1 |
| |\ \ | |/ |/| | Make python version explicit | ||||
| | * | Make python version explicit | Valentin Brandl | 2018-12-25 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #908 from p-l-/codespell | Camille Mougey | 2018-12-23 | 98 | -364/+372 |
| |\ | | | | | Fix typos & add codespell | ||||
| | * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 98 | -364/+372 |
| |/ | |||||
| * | Merge pull request #904 from commial/feature/export-LLVM | serpilliere | 2018-12-20 | 3 | -58/+251 |
| |\ | | | | | Feature/export llvm | ||||
| | * | Add export_llvm, an example illustrating basic IR export | Ajax | 2018-12-20 | 2 | -0/+86 |
| | | | |||||
| | * | LLVM: introduce LLVMFunction_IRCompilation, basics for IR export | Ajax | 2018-12-20 | 1 | -2/+93 |
| | | | |||||
| | * | LLVM: add basic support for unsigned comparison | Ajax | 2018-12-20 | 1 | -1/+17 |
| | | | |||||
| | * | LLVM: move Miasm operatation support to LLVMContext (not specific to jit) | Ajax | 2018-12-20 | 1 | -55/+55 |
| | | | |||||
| * | | Merge pull request #902 from serpilliere/fix_aarch64_bics | Camille Mougey | 2018-12-17 | 1 | -2/+1 |
| |\ \ | | | | | | | Aarch64: fix bics | ||||
| | * | | Aarch64: fix bics | Fabrice Desclaux | 2018-12-17 | 1 | -2/+1 |
| |/ / | |||||
| * | | Merge pull request #898 from serpilliere/add_dis_examples | Camille Mougey | 2018-12-10 | 14 | -80/+189 |
| |\ \ | |/ |/| | Add dis examples | ||||
| | * | Updt example api | Fabrice Desclaux | 2018-12-10 | 6 | -37/+34 |
| | | | |||||
| | * | Example: remove deprecated example | Fabrice Desclaux | 2018-12-10 | 2 | -34/+0 |
| | | | |||||
| | * | Add some simple disasm/ir examples | Fabrice Desclaux | 2018-12-10 | 6 | -9/+155 |
| |/ | |||||
| * | Merge pull request #900 from serpilliere/expr_replace_fix_arg | Camille Mougey | 2018-12-09 | 1 | -5/+2 |
| |\ | | | | | Expr: fix replace_expr args | ||||
| | * | Expr: fix replace_expr args | Fabrice Desclaux | 2018-12-09 | 1 | -5/+2 |
| |/ | |||||
| * | Merge pull request #896 from Mizari/master | serpilliere | 2018-12-09 | 1 | -8/+3 |
| |\ | | | | | perfomance feature | ||||