about summary refs log tree commit diff stats
path: root/example/expression/expr_reduce.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-10Add some simple disasm/ir examplesFabrice Desclaux6-9/+155
2018-12-09Expr: fix replace_expr argsFabrice Desclaux1-5/+2
2018-12-07Example: fix exprmem ptr accessFabrice Desclaux1-1/+1
2018-12-06perfomance featureMizari1-8/+3
2018-12-04Tests/QEMU-x86_64: Avoid test requiring LLVM's compiler-rt on WindowsAjax1-0/+4
2018-12-04Tests/QEMU-x86_64: Enable currently supported testsAjax1-0/+50
2018-12-04Tests/QEMU-x86_64: add sample, script and expected outputsAjax38-0/+10217
2018-12-03Fix typoAjax1-1/+1
2018-11-26Handle movupd bidirectional modeNicolas Guigo1-1/+2
2018-11-22Correct MeP BGEI semanticGuillaume Valadon2-5/+16
2018-11-17Add x86 reg testsFabrice Desclaux3-0/+254
2018-11-17Core/Asmblock: fix null starting block conditionFabrice Desclaux1-9/+5
2018-11-16add ssa graph to ida (#886)marilafo2-6/+140
2018-11-15X86 SEM SH[LR]D : use masked count for all expression in _shift_tplw4kfu1-4/+4
2018-11-15X86 SEM CMOV : add assignationw4kfu1-1/+1
2018-11-15X86 SEM ROL/SHL/SHLD/... add assignationw4kfu1-9/+3
2018-11-14fix TypeError in C translatorw4kfu1-1/+1
2018-11-14fix simplification that delete affectationw4kfu3-9/+8
2018-11-14Add Gitter badgeThe Gitter Badger1-1/+1
2018-11-13change return type of cntleadzeros to uint64_tw4kfu2-4/+4
2018-11-12Release v0.1.0Ajax1-1/+54
2018-11-10Simple: add multiplication simplificationFabrice Desclaux3-1/+95
2018-11-10add zeroextent if destination size is 32w4kfu1-11/+13
2018-11-10fix TypeError in C translatorw4kfu1-1/+1
2018-10-28ExprMem: fix remaining .arg accessesFabrice Desclaux1-4/+4
2018-10-26adding immediate postdominators computation.GAJaloyan1-0/+12
2018-10-12Simplifier: clear cache on pass enablingFabrice Desclaux1-0/+3
2018-10-12All: updt apiFabrice Desclaux9-83/+79
2018-10-12Jitter/Vm: add get/set u8/u16/u32/u64Fabrice Desclaux2-0/+265
2018-10-12Expression: replace arg by ptr in ExprMemFabrice Desclaux32-269/+278
2018-10-12Sandbox: change use_sehFabrice Desclaux2-4/+4
2018-10-12Asmblock: deprecate label2blockFabrice Desclaux1-2/+6
2018-10-11Bin_stream: add get_u8/u16/u32/u64Fabrice Desclaux3-12/+97
2018-10-09Simplification: add high evel simpFabrice Desclaux3-0/+18
2018-10-09Test: add high level regression testsFabrice Desclaux1-2/+58
2018-10-09Simplifications: fix hl cond reductionFabrice Desclaux2-23/+17
2018-10-09Support high level operators in z3 translatorFabrice Desclaux1-0/+30
2018-10-09Simplifications: simplify by default high level opFabrice Desclaux3-63/+89
2018-10-09Simplifications: fix bad simplificationsFabrice Desclaux1-4/+6
2018-10-06X86: fix inc/dec 64bitFabrice Desclaux2-2/+8
2018-10-01Expresion: use ExprAssign instead of ExprAffFabrice Desclaux45-1361/+1372
2018-09-27ARM Thumb: Add test for EOR (immediate) instructionjetsecurity1-0/+3
2018-09-27ARM Thumb: Add EOR (immediate) instructionjetsecurity1-0/+1
2018-09-27ARM Thumb: Add test for BLX Rd where Rd > R7jetsecurity1-0/+3
2018-09-27ARM Thumb: Support BLX Rd instruction with Rd > R7jetsecurity1-1/+1
2018-09-27MSR and MRS exception have instruction names interchangedVikas Gupta2-4/+4
2018-09-24Update README.mdMinh Triet Pham Tran1-2/+2
2018-09-20Readme: fix appveyor badgeFabrice Desclaux1-1/+1
2018-09-20Code cleaning: lgtm.comFabrice Desclaux25-51/+33
2018-09-19Test: add pcmpeq and 128bit regs get/setFabrice Desclaux3-2/+83