| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #943 from commial/fix/reorg-python-jitter | serpilliere | 2019-01-16 | 3 | -81/+142 | |
| |\ \ \ | |/ / |/| | | Rewrite Python jitter | |||||
| | * | | LLVMConvert: fix mini-typo | Ajax | 2019-01-15 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | JitCore: remove unused code | Ajax | 2019-01-15 | 1 | -11/+1 | |
| | | | | ||||||
| | * | | JitCore_Python: rewrite to be match llvm & gcc behavior | Ajax | 2019-01-15 | 1 | -69/+140 | |
| | | | | ||||||
| * | | | Merge pull request #922 from serpilliere/updt_aarch64_mn | Camille Mougey | 2019-01-15 | 3 | -0/+100 | |
| |\ \ \ | | | | | | | | | Updt aarch64 mn | |||||
| | * | | | Aarch64: add [su]mul instructions | Fabrice Desclaux | 2019-01-11 | 1 | -0/+31 | |
| | | | | | ||||||
| | * | | | Aarch64: add casp instruction | Fabrice Desclaux | 2019-01-11 | 3 | -0/+69 | |
| | | | | | ||||||
| * | | | | Merge pull request #939 from commial/fix/unused-size | serpilliere | 2019-01-15 | 1 | -4/+0 | |
| |\ \ \ \ | |_|/ / |/| | | | VmMngrPy: remove unused 'size' var | |||||
| | * | | | VmMngrPy: remove unused 'size' var | Ajax | 2019-01-14 | 1 | -4/+0 | |
| | | | | | ||||||
| * | | | | Merge pull request #941 from serpilliere/jit_python_dump_gpregs | Camille Mougey | 2019-01-15 | 7 | -5/+65 | |
| |\ \ \ \ | | | | | | | | | | | Jitter/python: use correct dump gpregs | |||||
| | * | | | | Jitter/python: use correct dump gpregs | Fabrice Desclaux | 2019-01-14 | 7 | -5/+65 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #940 from serpilliere/fix_ida_bin_stream_mapped | Camille Mougey | 2019-01-15 | 1 | -1/+5 | |
| |\ \ \ \ | | | | | | | | | | | Examples/IDA: raise IOError on read out of range | |||||
| | * | | | | Examples/IDA: raise IOError on read out of range | Fabrice Desclaux | 2019-01-14 | 1 | -1/+5 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #938 from commial/fix/expand-tests-travis | serpilliere | 2019-01-14 | 2 | -11/+15 | |
| |\ \ \ \ | |/ / / |/| | | | Travis: avoid redundancy between parallel tests cases | |||||
| | * | | | Travis: avoid redundancy between parallel tests cases | Ajax | 2019-01-14 | 1 | -9/+12 | |
| | | | | | ||||||
| | * | | | Test_all: add a TAG for python jitter based tests | Ajax | 2019-01-14 | 1 | -2/+3 | |
| | |/ / | ||||||
| * | | | 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 | |||||