| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-16 | Example/IDA: updt graph ir + menu | Fabrice Desclaux | 2 | -126/+215 | |
| 2019-01-16 | Example/Full: dont modify ircfg in ssa form | Fabrice Desclaux | 1 | -3/+0 | |
| 2019-01-16 | Example: del unnecessary dup dst in blocks | Fabrice Desclaux | 1 | -5/+2 | |
| 2019-01-16 | Test: add an unssa reg test | Fabrice Desclaux | 2 | -6/+659 | |
| 2019-01-16 | Analysis: fix unssa algorithm | Fabrice Desclaux | 2 | -113/+549 | |
| 2019-01-15 | Analysis: add liveness analysis | Fabrice Desclaux | 1 | -1/+207 | |
| 2019-01-15 | SSA: make ssa_variable_to_expr public | Fabrice Desclaux | 3 | -11/+11 | |
| 2019-01-14 | Jitter/python: use correct dump gpregs | Fabrice Desclaux | 7 | -5/+65 | |
| 2019-01-14 | Examples/IDA: raise IOError on read out of range | Fabrice Desclaux | 1 | -1/+5 | |
| 2019-01-14 | VmMngrPy: remove unused 'size' var | Ajax | 1 | -4/+0 | |
| 2019-01-14 | Travis: avoid redundancy between parallel tests cases | Ajax | 1 | -9/+12 | |
| 2019-01-14 | Test_all: add a TAG for python jitter based tests | Ajax | 1 | -2/+3 | |
| 2019-01-14 | Core: rm deprecated module | Fabrice Desclaux | 1 | -10/+0 | |
| 2019-01-13 | Jitter: fix pc update in trace mode | Fabrice Desclaux | 4 | -12/+26 | |
| 2019-01-12 | parallel tests | Stephen | 1 | -2/+12 | |
| should improve test speed | |||||
| 2019-01-11 | Update arch.py | Vladislav Hrčka | 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. | |||||
| 2019-01-11 | README: update appveyor cea-sec | Fabrice Desclaux | 1 | -1/+1 | |
| 2019-01-11 | Disasm/full: ircfg_a and ssa.graph are the same object, use only one ↵ | Ajax | 1 | -8/+7 | |
| denomination | |||||
| 2019-01-11 | Aarch64: add [su]mul instructions | Fabrice Desclaux | 1 | -0/+31 | |
| 2019-01-11 | Aarch64: add casp instruction | Fabrice Desclaux | 3 | -0/+69 | |
| 2019-01-11 | ARM: add mnemonics | Fabrice Desclaux | 3 | -1/+43 | |
| 2019-01-11 | Armt: fix itt exprloc | Fabrice Desclaux | 1 | -2/+2 | |
| 2019-01-11 | Armt: fix cbnz | Fabrice Desclaux | 1 | -1/+1 | |
| 2019-01-11 | MSP430: Explicit flags | Fabrice Desclaux | 2 | -101/+163 | |
| 2019-01-10 | remove unnecessary apt packages from travis | Stephen | 1 | -4/+0 | |
| 2019-01-10 | appveyor cleanup | Stephen | 1 | -3/+0 | |
| 2019-01-10 | use reference | Stephen | 1 | -2/+2 | |
| https://packaging.python.org/guides/supporting-windows-using-appveyor/#appveyor-yml | |||||
| 2019-01-10 | use python install specific pip | Stephen | 1 | -6/+2 | |
| 2019-01-10 | use pip in appveyor | Stephen | 1 | -9/+2 | |
| 2019-01-10 | pin z3 to specific version | Stephen | 1 | -1/+1 | |
| 2019-01-10 | cleanup travis.yml | Stephen | 3 | -41/+21 | |
| Include pip requirements.txt files and pin versions where needed No double venv | |||||
| 2019-01-03 | fix: typo in ContextException structure | Sheidan | 1 | -1/+1 | |
| 2018-12-26 | Aarch64: fix ccmp sem | Fabrice Desclaux | 1 | -3/+3 | |
| 2018-12-26 | Aarch64: add mnemonic sem | Fabrice Desclaux | 1 | -0/+249 | |
| 2018-12-25 | Make python version explicit | Valentin Brandl | 1 | -1/+1 | |
| 2018-12-23 | Fix typos & add codespell | Pierre LALET | 98 | -364/+372 | |
| 2018-12-20 | Add export_llvm, an example illustrating basic IR export | Ajax | 2 | -0/+86 | |
| 2018-12-20 | LLVM: introduce LLVMFunction_IRCompilation, basics for IR export | Ajax | 1 | -2/+93 | |
| 2018-12-20 | LLVM: add basic support for unsigned comparison | Ajax | 1 | -1/+17 | |
| 2018-12-20 | LLVM: move Miasm operatation support to LLVMContext (not specific to jit) | Ajax | 1 | -55/+55 | |
| 2018-12-17 | Aarch64: fix bics | Fabrice Desclaux | 1 | -2/+1 | |
| 2018-12-10 | Updt example api | Fabrice Desclaux | 6 | -37/+34 | |
| 2018-12-10 | Example: remove deprecated example | Fabrice Desclaux | 2 | -34/+0 | |
| 2018-12-10 | Add some simple disasm/ir examples | Fabrice Desclaux | 6 | -9/+155 | |
| 2018-12-09 | Expr: fix replace_expr args | Fabrice Desclaux | 1 | -5/+2 | |
| 2018-12-07 | Example: fix exprmem ptr access | Fabrice Desclaux | 1 | -1/+1 | |
| 2018-12-06 | perfomance feature | Mizari | 1 | -8/+3 | |
| 2018-12-04 | Tests/QEMU-x86_64: Avoid test requiring LLVM's compiler-rt on Windows | Ajax | 1 | -0/+4 | |
| 2018-12-04 | Tests/QEMU-x86_64: Enable currently supported tests | Ajax | 1 | -0/+50 | |
| 2018-12-04 | Tests/QEMU-x86_64: add sample, script and expected outputs | Ajax | 38 | -0/+10217 | |
| The script is basically copied from testqemu.py | |||||