about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #883 from w4kfu/zeroextent_cmovserpilliere2018-11-151-1/+1
|\ | | | | X86 SEM CMOV : add zeroextent if destination size is 32
| * X86 SEM CMOV : add assignationw4kfu2018-11-151-1/+1
| |
* | Merge pull request #882 from w4kfu/revert-879-mov_assignexpr_rot_shiftserpilliere2018-11-152-14/+7
|\ \ | | | | | | Revert 879 mov assignexpr rot shift ; Simplify assignexpr rot shift & patch simplification
| * | X86 SEM ROL/SHL/SHLD/... add assignationw4kfu2018-11-151-9/+3
| | |
| * | fix TypeError in C translatorw4kfu2018-11-141-1/+1
| | |
| * | fix simplification that delete affectationw4kfu2018-11-143-9/+8
| |/ | | | | | | Revert "X86 sem : mov assignexpr rot / shift"
* | Merge pull request #880 from w4kfu/cntleadzeros_return_valueserpilliere2018-11-142-4/+4
|\ \ | | | | | | change return type of cntleadzeros to uint64_t
| * | change return type of cntleadzeros to uint64_tw4kfu2018-11-132-4/+4
| |/
* | Merge pull request #884 from gitter-badger/gitter-badgeserpilliere2018-11-141-1/+1
|\ \ | |/ |/| Add a Gitter chat badge to README.md
| * Add Gitter badgeThe Gitter Badger2018-11-141-1/+1
|/
* Merge pull request #749 from commial/release_v0.1.0serpilliere2018-11-121-1/+54
|\ | | | | v0.1.0 Release + CHANGELOG
| * Release v0.1.0Ajax2018-11-121-1/+54
|/
* Merge pull request #871 from serpilliere/simp_multCamille Mougey2018-11-123-1/+95
|\ | | | | Simple: add multiplication simplification
| * Simple: add multiplication simplificationFabrice Desclaux2018-11-103-1/+95
| |
* | Merge pull request #867 from serpilliere/vm_get_intCamille Mougey2018-11-1111-83/+344
|\ \ | | | | | | Vm get int
| * | All: updt apiFabrice Desclaux2018-10-129-83/+79
| | |
| * | Jitter/Vm: add get/set u8/u16/u32/u64Fabrice Desclaux2018-10-122-0/+265
| | |
* | | Merge pull request #879 from w4kfu/mov_assignexpr_rot_shiftserpilliere2018-11-102-12/+14
|\ \ \ | |_|/ |/| | X86 sem : mov assignexpr rot / shift
| * | add zeroextent if destination size is 32w4kfu2018-11-101-11/+13
| | |
| * | fix TypeError in C translatorw4kfu2018-11-101-1/+1
| | |
* | | Merge pull request #869 from serpilliere/fix_use_sehCamille Mougey2018-11-092-4/+4
|\ \ \ | | | | | | | | Sandbox: change use_seh
| * | | Sandbox: change use_sehFabrice Desclaux2018-10-122-4/+4
| | |/ | |/| | | | | | | Option name change: use-windows-structs instead of use-seh.
* | | Merge pull request #876 from serpilliere/fix_arg_memCamille Mougey2018-11-091-4/+4
|\ \ \ | | | | | | | | ExprMem: fix remaining .arg accesses
| * | | ExprMem: fix remaining .arg accessesFabrice Desclaux2018-10-281-4/+4
| | | |
* | | | Merge pull request #864 from serpilliere/fix_hl_opCamille Mougey2018-11-095-92/+218
|\ \ \ \ | |_|_|/ |/| | | Fix hl op