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_translate.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-05
Sandbox: on Linux env import, also set the ABORT_ADDR
Ajax
2
-19
/
+21
2018-03-05
LLVM: fix rot 0
Fabrice Desclaux
1
-1
/
+3
2018-03-04
Test: add ppc32b tests
Fabrice Desclaux
2
-0
/
+5
2018-03-04
Jitter/python: support little endian
Fabrice Desclaux
3
-2
/
+21
2018-03-04
PPC32: integration
Fabrice Desclaux
4
-0
/
+17
2018-03-02
Fix semantics of conditional jumps
Aymeric Vincent
1
-3
/
+3
2018-02-26
Add support for PowerPC 32bit big-endian processors: "ppc32b"
Aymeric Vincent
17
-4
/
+2494
2018-02-22
Set CALL_FINISH_ADDR to 0x13371acc to be 4 bytes aligned
Aymeric Vincent
1
-1
/
+1
2018-02-22
Rename CALL_FINNISH_ADDR to CALL_FINISH_ADDR
Aymeric Vincent
1
-3
/
+3
2018-02-16
Enforce correct endianness of PLT entries
Aymeric Vincent
1
-2
/
+7
2018-02-16
Align the arbitrary addresses of fake library functions to multiples of 4
Aymeric Vincent
1
-2
/
+2
2018-02-15
Remove the default size of ExprMem expressions
Ajax
12
-60
/
+63
2018-02-15
'simp_propag': avoid computing shifts when the size is too
Ajax
2
-3
/
+22
2018-02-15
simp_compose: ensure the '/' is not rounded to 0, but really equals to
Ajax
2
-1
/
+5
2018-02-15
Translator: import 'z3' only when it is really needed
Ajax
1
-1
/
+11
2018-02-15
Add prototypes for x86_bsr() and x86_bsf()
Aymeric Vincent
1
-0
/
+2
2018-02-15
Complete the #676 by removing the default value in ExprId.__new__
Ajax
1
-1
/
+1
2018-02-14
Lower the size of too long test to let z3 run in a human time
Ajax
1
-8
/
+9
2018-02-14
Remove int '**' int test to let z3 always translate exprs ('**' was not
Ajax
1
-8
/
+1
2018-02-14
Update rot simplification, to avoid overflow cases
Ajax
2
-21
/
+59
2018-02-14
ExpressionSimplification: Add a verbose mode
Ajax
2
-1
/
+21
2018-02-14
'simp_cond_factor' is wrong if << / >> / a>> has more than 2 arguments
Ajax
1
-1
/
+11
2018-02-14
A >> X >> Y => A >> (X+Y) ONLY IF X + Y does not overflow
Ajax
2
-2
/
+16
2018-02-14
Use 3 arguments to highlight the recent #677 patch
Ajax
1
-2
/
+2
2018-02-14
Check that expr_is_* are really computing the expected operation
Ajax
1
-0
/
+30
2018-02-14
Add a check against z3 in simplifications regression tests
Ajax
2
-12
/
+75
2018-02-14
Fix 'simp_op_cond_int' comment
Ajax
1
-1
/
+1
2018-02-14
Fix z3 conversion of 'imod' and 'idiv' to follow the Miasm one
Ajax
1
-2
/
+15
2018-02-14
Deprecate expr_cmps/expr_cmpu for a more verbose / understandable API
Ajax
3
-29
/
+27
2018-02-13
X86: remove c_rez/rcl_rez/rcr_rez special operator
Fabrice Desclaux
7
-148
/
+127
2018-02-13
Jitter: fix exit return code
Fabrice Desclaux
9
-32
/
+32
2018-02-12
changing index of simplification from 1 to -1 in A op 0 => 0
2
-1
/
+5
2018-02-09
Expression: no default size for ExprId
Fabrice Desclaux
27
-162
/
+165
2018-02-09
Add EMMS, implemtend as a NOP
Ajax
3
-0
/
+11
2018-02-09
Add MASKMOVQ/MASKMOVDQU instruction
Ajax
3
-1
/
+59
2018-02-09
Fix PEXTRW 0F C5 form
Ajax
2
-6
/
+6
2018-02-09
Add PAVGB/PAVGW instruction
Ajax
3
-0
/
+32
2018-02-09
Add PSADBW instruction
Ajax
3
-0
/
+36
2018-02-09
Add PMADDWD instruction
Ajax
3
-0
/
+28
2018-02-09
Add PMULUDQ instruction
Ajax
3
-0
/
+32
2018-02-09
Add PMAXSW instruction
Ajax
3
-0
/
+11
2018-02-09
Unify the way PMIN / PMAX works
Ajax
1
-61
/
+17
2018-02-09
Add PADDSB/PADDSW instruction
Ajax
3
-0
/
+32
2018-02-09
Fix PMINSW semantic
Ajax
1
-6
/
+15
2018-02-09
Add PSUBSB/PSUBSW instruction
Ajax
3
-7
/
+38
2018-02-09
Add PMULHW / PMULHUW instruction
Ajax
3
-0
/
+48
2018-02-09
Add PADDUSB/PADDUSW instruction
Ajax
3
-0
/
+39
2018-02-09
Add PSUBSUB/PSUBUSW instr
Ajax
3
-25
/
+79
2018-02-09
Add PMULLW instruction
Ajax
3
-0
/
+26
2018-02-09
Add PACKSSDW instruction
Ajax
3
-0
/
+18
[next]