| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |||||
| | * | perfomance feature | Mizari | 2018-12-06 | 1 | -8/+3 | |
| | | | ||||||
| * | | Merge pull request #897 from serpilliere/fix_mem_arg | Camille Mougey | 2018-12-07 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Example: fix exprmem ptr access | |||||
| | * | Example: fix exprmem ptr access | Fabrice Desclaux | 2018-12-07 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #894 from commial/tests/qemu-x86_64 | serpilliere | 2018-12-05 | 39 | -0/+10271 | |
| |\ | | | | | Tests/qemu x86 64 | |||||
| | * | Tests/QEMU-x86_64: Avoid test requiring LLVM's compiler-rt on Windows | Ajax | 2018-12-04 | 1 | -0/+4 | |
| | | | ||||||
| | * | Tests/QEMU-x86_64: Enable currently supported tests | Ajax | 2018-12-04 | 1 | -0/+50 | |
| | | | ||||||
| | * | Tests/QEMU-x86_64: add sample, script and expected outputs | Ajax | 2018-12-04 | 38 | -0/+10217 | |
| | | | | | | | | | The script is basically copied from testqemu.py | |||||
| * | | Merge pull request #893 from commial/fix-readlink | Pierre Lalet | 2018-12-03 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Fix typo readlink | |||||
| | * | Fix typo | Ajax | 2018-12-03 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #891 from nguigo/master | serpilliere | 2018-11-27 | 1 | -1/+2 | |
| |\ | | | | | Handle movupd bidirectional mode | |||||
| | * | Handle movupd bidirectional mode | Nicolas Guigo | 2018-11-26 | 1 | -1/+2 | |
| |/ | ||||||
| * | Merge pull request #889 from guedou/MeP_bgei_semantic | serpilliere | 2018-11-23 | 2 | -5/+16 | |
| |\ | | | | | Correct MeP BGEI semantic | |||||
| | * | Correct MeP BGEI semantic | Guillaume Valadon | 2018-11-22 | 2 | -5/+16 | |
| |/ | ||||||
| * | Merge pull request #885 from serpilliere/x86_reg_tests | Camille Mougey | 2018-11-18 | 3 | -0/+254 | |
| |\ | | | | | Add x86 reg tests | |||||
| | * | Add x86 reg tests | Fabrice Desclaux | 2018-11-17 | 3 | -0/+254 | |
| | | | ||||||
| * | | Merge pull request #888 from serpilliere/fix_disasm_null_blk | Camille Mougey | 2018-11-17 | 1 | -9/+5 | |
| |\ \ | |/ |/| | Core/Asmblock: fix null starting block condition | |||||
| | * | Core/Asmblock: fix null starting block condition | Fabrice Desclaux | 2018-11-17 | 1 | -9/+5 | |
| | | | | | | | | | | | Updt the code to reflect heuristic: "Don't disassemble if the basic block starts with null bytes" | |||||
| * | | Merge pull request #887 from w4kfu/shld_shrd_fix_mask_count | serpilliere | 2018-11-17 | 1 | -4/+4 | |
| |\ \ | |/ |/| | X86 SEM SH[LR]D : use masked count for all expression in _shift_tpl | |||||
| | * | X86 SEM SH[LR]D : use masked count for all expression in _shift_tpl | w4kfu | 2018-11-15 | 1 | -4/+4 | |
| | | | ||||||
| * | | add ssa graph to ida (#886) | marilafo | 2018-11-16 | 2 | -6/+140 | |
| |/ | | | | Example: Add ssa graph to ida | |||||