about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * Fix typos & add codespellPierre LALET2018-12-2398-364/+372
|/
* Merge pull request #904 from commial/feature/export-LLVMserpilliere2018-12-203-58/+251
|\ | | | | Feature/export llvm
| * Add export_llvm, an example illustrating basic IR exportAjax2018-12-202-0/+86
| |
| * LLVM: introduce LLVMFunction_IRCompilation, basics for IR exportAjax2018-12-201-2/+93
| |
| * LLVM: add basic support for unsigned comparisonAjax2018-12-201-1/+17
| |
| * LLVM: move Miasm operatation support to LLVMContext (not specific to jit)Ajax2018-12-201-55/+55
| |
* | Merge pull request #902 from serpilliere/fix_aarch64_bicsCamille Mougey2018-12-171-2/+1
|\ \ | | | | | | Aarch64: fix bics
| * | Aarch64: fix bicsFabrice Desclaux2018-12-171-2/+1
|/ /
* | Merge pull request #898 from serpilliere/add_dis_examplesCamille Mougey2018-12-1014-80/+189
|\ \ | |/ |/| Add dis examples
| * Updt example apiFabrice Desclaux2018-12-106-37/+34
| |
| * Example: remove deprecated exampleFabrice Desclaux2018-12-102-34/+0
| |
| * Add some simple disasm/ir examplesFabrice Desclaux2018-12-106-9/+155
|/
* Merge pull request #900 from serpilliere/expr_replace_fix_argCamille Mougey2018-12-091-5/+2
|\ | | | | Expr: fix replace_expr args
| * Expr: fix replace_expr argsFabrice Desclaux2018-12-091-5/+2
|/
* Merge pull request #896 from Mizari/masterserpilliere2018-12-091-8/+3
|\ | | | | perfomance feature
| * perfomance featureMizari2018-12-061-8/+3
| |
* | Merge pull request #897 from serpilliere/fix_mem_argCamille Mougey2018-12-071-1/+1
|\ \ | |/ |/| Example: fix exprmem ptr access
| * Example: fix exprmem ptr accessFabrice Desclaux2018-12-071-1/+1
|/
* Merge pull request #894 from commial/tests/qemu-x86_64serpilliere2018-12-0539-0/+10271
|\ | | | | Tests/qemu x86 64
| * Tests/QEMU-x86_64: Avoid test requiring LLVM's compiler-rt on WindowsAjax2018-12-041-0/+4
| |
| * Tests/QEMU-x86_64: Enable currently supported testsAjax2018-12-041-0/+50
| |
| * Tests/QEMU-x86_64: add sample, script and expected outputsAjax2018-12-0438-0/+10217
| | | | | | | | The script is basically copied from testqemu.py
* | Merge pull request #893 from commial/fix-readlinkPierre Lalet2018-12-031-1/+1
|\ \ | |/ |/| Fix typo readlink
| * Fix typoAjax2018-12-031-1/+1
|/
* Merge pull request #891 from nguigo/masterserpilliere2018-11-271-1/+2
|\ | | | | Handle movupd bidirectional mode
| * Handle movupd bidirectional modeNicolas Guigo2018-11-261-1/+2
|/
* Merge pull request #889 from guedou/MeP_bgei_semanticserpilliere2018-11-232-5/+16
|\ | | | | Correct MeP BGEI semantic
| * Correct MeP BGEI semanticGuillaume Valadon2018-11-222-5/+16
|/
* Merge pull request #885 from serpilliere/x86_reg_testsCamille Mougey2018-11-183-0/+254
|\ | | | | Add x86 reg tests
| * Add x86 reg testsFabrice Desclaux2018-11-173-0/+254
| |
* | Merge pull request #888 from serpilliere/fix_disasm_null_blkCamille Mougey2018-11-171-9/+5
|\ \ | |/ |/| Core/Asmblock: fix null starting block condition
| * Core/Asmblock: fix null starting block conditionFabrice Desclaux2018-11-171-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_countserpilliere2018-11-171-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_tplw4kfu2018-11-151-4/+4
| |
* | add ssa graph to ida (#886)marilafo2018-11-162-6/+140
|/ | | | Example: Add ssa graph to ida