index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
/
expression
/
expr_c.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2018-12-03
Fix typo
Ajax
1
-1
/
+1
2018-11-26
Handle movupd bidirectional mode
Nicolas Guigo
1
-1
/
+2
2018-11-22
Correct MeP BGEI semantic
Guillaume Valadon
2
-5
/
+16
2018-11-17
Add x86 reg tests
Fabrice Desclaux
3
-0
/
+254
2018-11-17
Core/Asmblock: fix null starting block condition
Fabrice Desclaux
1
-9
/
+5
2018-11-16
add ssa graph to ida (#886)
marilafo
2
-6
/
+140
2018-11-15
X86 SEM SH[LR]D : use masked count for all expression in _shift_tpl
w4kfu
1
-4
/
+4
2018-11-15
X86 SEM CMOV : add assignation
w4kfu
1
-1
/
+1
2018-11-15
X86 SEM ROL/SHL/SHLD/... add assignation
w4kfu
1
-9
/
+3
2018-11-14
fix TypeError in C translator
w4kfu
1
-1
/
+1
2018-11-14
fix simplification that delete affectation
w4kfu
3
-9
/
+8
2018-11-14
Add Gitter badge
The Gitter Badger
1
-1
/
+1
2018-11-13
change return type of cntleadzeros to uint64_t
w4kfu
2
-4
/
+4
2018-11-12
Release v0.1.0
Ajax
1
-1
/
+54
2018-11-10
Simple: add multiplication simplification
Fabrice Desclaux
3
-1
/
+95
2018-11-10
add zeroextent if destination size is 32
w4kfu
1
-11
/
+13
2018-11-10
fix TypeError in C translator
w4kfu
1
-1
/
+1
2018-10-28
ExprMem: fix remaining .arg accesses
Fabrice Desclaux
1
-4
/
+4
2018-10-26
adding immediate postdominators computation.
GAJaloyan
1
-0
/
+12
2018-10-12
Simplifier: clear cache on pass enabling
Fabrice Desclaux
1
-0
/
+3
2018-10-12
All: updt api
Fabrice Desclaux
9
-83
/
+79
2018-10-12
Jitter/Vm: add get/set u8/u16/u32/u64
Fabrice Desclaux
2
-0
/
+265
2018-10-12
Expression: replace arg by ptr in ExprMem
Fabrice Desclaux
32
-269
/
+278
2018-10-12
Sandbox: change use_seh
Fabrice Desclaux
2
-4
/
+4
2018-10-12
Asmblock: deprecate label2block
Fabrice Desclaux
1
-2
/
+6
2018-10-11
Bin_stream: add get_u8/u16/u32/u64
Fabrice Desclaux
3
-12
/
+97
2018-10-09
Simplification: add high evel simp
Fabrice Desclaux
3
-0
/
+18
2018-10-09
Test: add high level regression tests
Fabrice Desclaux
1
-2
/
+58
2018-10-09
Simplifications: fix hl cond reduction
Fabrice Desclaux
2
-23
/
+17
2018-10-09
Support high level operators in z3 translator
Fabrice Desclaux
1
-0
/
+30
2018-10-09
Simplifications: simplify by default high level op
Fabrice Desclaux
3
-63
/
+89
2018-10-09
Simplifications: fix bad simplifications
Fabrice Desclaux
1
-4
/
+6
2018-10-06
X86: fix inc/dec 64bit
Fabrice Desclaux
2
-2
/
+8
2018-10-01
Expresion: use ExprAssign instead of ExprAff
Fabrice Desclaux
45
-1361
/
+1372
2018-09-27
ARM Thumb: Add test for EOR (immediate) instruction
jetsecurity
1
-0
/
+3
2018-09-27
ARM Thumb: Add EOR (immediate) instruction
jetsecurity
1
-0
/
+1
2018-09-27
ARM Thumb: Add test for BLX Rd where Rd > R7
jetsecurity
1
-0
/
+3
2018-09-27
ARM Thumb: Support BLX Rd instruction with Rd > R7
jetsecurity
1
-1
/
+1
2018-09-27
MSR and MRS exception have instruction names interchanged
Vikas Gupta
2
-4
/
+4
2018-09-24
Update README.md
Minh Triet Pham Tran
1
-2
/
+2
2018-09-20
Readme: fix appveyor badge
Fabrice Desclaux
1
-1
/
+1
2018-09-20
Code cleaning: lgtm.com
Fabrice Desclaux
25
-51
/
+33
2018-09-19
Test: add pcmpeq and 128bit regs get/set
Fabrice Desclaux
3
-2
/
+83
[next]