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
/
test
/
expression
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove int '**' int test to let z3 always translate exprs ('**' was not
Ajax
2018-02-14
1
-8
/
+1
|
|
|
|
really used in Miasm)
*
Update rot simplification, to avoid overflow cases
Ajax
2018-02-14
1
-10
/
+35
|
*
ExpressionSimplification: Add a verbose mode
Ajax
2018-02-14
1
-1
/
+7
|
*
A >> X >> Y => A >> (X+Y) ONLY IF X + Y does not overflow
Ajax
2018-02-14
1
-0
/
+9
|
*
Use 3 arguments to highlight the recent #677 patch
Ajax
2018-02-14
1
-2
/
+2
|
*
Check that expr_is_* are really computing the expected operation
Ajax
2018-02-14
1
-0
/
+30
|
*
Add a check against z3 in simplifications regression tests
Ajax
2018-02-14
1
-12
/
+72
|
*
Deprecate expr_cmps/expr_cmpu for a more verbose / understandable API
Ajax
2018-02-14
1
-17
/
+16
|
*
Merge pull request #678 from serpilliere/x86_fix_rcl
Camille Mougey
2018-02-14
1
-12
/
+0
|
\
|
|
|
|
X86 fix rcl
|
*
X86: remove c_rez/rcl_rez/rcr_rez special operator
Fabrice Desclaux
2018-02-13
1
-12
/
+0
|
|
*
|
Merge pull request #677 from GAJaloyan/patch-1
serpilliere
2018-02-12
1
-0
/
+4
|
\
\
|
|
/
|
/
|
Changing index from 1 to -1.
|
*
changing index of simplification from 1 to -1 in A op 0 => 0
2018-02-12
1
-0
/
+4
|
|
|
|
|
|
|
|
+ adding testcases
*
|
Expression: no default size for ExprId
Fabrice Desclaux
2018-02-09
3
-17
/
+17
|
/
*
Expression: use stp translator
Fabrice Desclaux
2018-01-11
1
-8
/
+12
|
*
Expression: add expression comparison generators
Fabrice Desclaux
2017-09-04
1
-0
/
+107
|
*
Simplifications: add regression tests
Fabrice Desclaux
2017-08-10
1
-0
/
+4
|
*
Expression: add an Expression parser
Fabrice Desclaux
2017-06-14
1
-0
/
+16
|
*
Add a new simplification: {@X[base + i] 0 X, @Y[base + i + X] X (X + Y)} => ↵
Ajax
2017-06-01
1
-0
/
+5
|
|
|
|
@(X+Y)[base + i]
*
Remove deprecated use of MatchExpr
Ajax
2017-04-21
1
-17
/
+17
|
*
Expr: fix singleton; add reg test
Fabrice Desclaux
2017-03-31
1
-0
/
+66
|
*
Replace ExprInt[num](x) -> ExprInt(x, num)
Ajax
2017-03-30
4
-180
/
+180
|
*
Let ExprInt always use its Singleton capabilities
Ajax
2017-03-30
1
-20
/
+20
|
|
|
|
|
Remove the optionnal 'size' argument form, use pointer equality to speed up comparision
*
Merge pull request #476 from commial/fix/repr-expr
serpilliere
2017-01-14
1
-0
/
+14
|
\
|
|
|
|
Fix/repr expr
|
*
Expr: test that repr permit instanciation
Ajax
2017-01-13
1
-0
/
+14
|
|
*
|
Modint: add tests for big int
Ajax
2017-01-13
1
-0
/
+9
|
|
*
|
Div: fix modint operation
Ajax
2017-01-13
1
-1
/
+5
|
/
*
use python2 as executable name, give adequate permissions
Aymeric Vincent
2017-01-05
2
-2
/
+2
|
*
Regression test on big ExprInt
Ajax
2016-12-14
1
-0
/
+4
|
*
Seperate Expression regression tests
Ajax
2016-12-14
1
-0
/
+2
|
*
ExprCompose: add new api
Fabrice Desclaux
2016-11-04
3
-100
/
+91
|
|
|
|
|
|
|
The ExprComposes uses directly its arguments sizes to guess the slices locations. Old api: ExprCompose([(a, 0, 32), (b, 32, 64)]) becomes: ExprCompose(a, b)
*
Merge pull request #389 from jbcayrou/pow_op
serpilliere
2016-07-03
1
-0
/
+2
|
\
|
|
|
|
Add ** (pow) operator
|
*
Add ** (pow) operator
JB Cayrou
2016-06-29
1
-0
/
+2
|
|
*
|
Fix ExprOp_inf_signed + unit tests #385
JB Cayrou
2016-06-29
1
-0
/
+6
|
/
*
Add regression test for `possible_values`
Ajax
2016-03-17
1
-0
/
+40
|
|
|
|
Thanks to @serpilliere
*
ModInt: mimic C modulo instead of Python rounded one
Ajax
2015-11-16
1
-0
/
+3
|
*
ModInt: mimic C division instead of Python rounded one
Ajax
2015-11-16
1
-0
/
+2
|
*
Simplifications: add cst_propagation for >>>/<<< c_rez
Ajax
2015-11-16
1
-0
/
+14
|
*
Simplification: add regression test for '>>>', '<<<'
Ajax
2015-11-12
1
-1
/
+4
|
*
Expression: fix api
Fabrice Desclaux
2015-10-29
1
-7
/
+7
|
*
Test/simplification: add cmpx regression tests
serpilliere
2015-07-29
1
-0
/
+33
|
*
Test/Expression: add regression test for shift/slice
Fabrice Desclaux
2015-07-23
1
-0
/
+8
|
*
test/simplification: reg test
serpilliere
2015-07-10
1
-0
/
+2
|
*
Test: add simplification regression
Fabrice Desclaux
2015-06-05
1
-1
/
+52
|
*
Test: add intmod regression
serpilliere
2015-04-25
1
-1
/
+4
|
*
Test: add expression reg test
Fabrice Desclaux
2015-04-08
1
-0
/
+7
|
*
Test/simplification: add reg test against multiplication simplification
Fabrice Desclaux
2015-03-24
1
-0
/
+3
|
*
Test/simplification: reg test reference must not be expr_simp to match result
Fabrice Desclaux
2015-03-24
1
-7
/
+6
|
*
Test/Simplification: add regression tests
Fabrice Desclaux
2015-02-13
1
-0
/
+8
|
*
Test: add regression test for simplification << >>
Fabrice Desclaux
2015-02-13
1
-0
/
+33
|
*
VariablesIdentifier: Handle corner cases (using var ident on already ↵
Camille Mougey
2015-02-10
1
-3
/
+34
|
|
|
|
computed eq)
[next]