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
/
miasm2
/
expression
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #389 from jbcayrou/pow_op
serpilliere
2016-07-03
3
-2
/
+7
|
\
|
*
Add ** (pow) operator
JB Cayrou
2016-06-29
3
-2
/
+7
*
|
Fix ExprOp_inf_signed + unit tests #385
JB Cayrou
2016-06-29
1
-4
/
+4
|
/
*
Introduce `possible_values` helper
Ajax
2016-03-17
1
-0
/
+124
*
Merge pull request #330 from serpilliere/assignblock
Camille Mougey
2016-02-26
1
-3
/
+0
|
\
|
*
AssignBlock
Fabrice Desclaux
2016-02-26
1
-3
/
+0
*
|
Handle ExprAff in MatchExpr
Camille Mougey
2016-02-25
1
-0
/
+11
|
/
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
1
-4
/
+4
*
Expression: slots
Fabrice Desclaux
2016-01-15
2
-20
/
+47
*
smt2_translator: added smt2_assert and smt2_or to smt_helper. refactored othe...
Tim Blazytko
2016-01-07
1
-6
/
+26
*
smt2_translator: fixed comments
Tim Blazytko
2016-01-07
1
-3
/
+3
*
smt2_translator: added expression helpers
Tim Blazytko
2016-01-05
1
-0
/
+276
*
Expression: repr cpuid op
Fabrice Desclaux
2015-11-22
1
-0
/
+1
*
ModInt: mimic C modulo instead of Python rounded one
Ajax
2015-11-16
1
-2
/
+2
*
ModInt: mimic C division instead of Python rounded one
Ajax
2015-11-16
1
-2
/
+2
*
Simplifications: add cst_propagation for >>>/<<< c_rez
Ajax
2015-11-16
1
-0
/
+33
*
Simplifications: '>>>', '<<<' with rounds > size
Ajax
2015-11-12
1
-3
/
+4
*
Merge pull request #250 from serpilliere/ExprInt_api
Florent
2015-10-29
3
-34
/
+35
|
\
|
*
Expression: fix api
Fabrice Desclaux
2015-10-29
3
-25
/
+20
|
*
Expression: normalize ExprInt api
Fabrice Desclaux
2015-10-29
1
-9
/
+15
*
|
Expression: autopep8
serpilliere
2015-10-28
1
-4
/
+2
*
|
Expression: enhance exprop repr
serpilliere
2015-10-28
1
-2
/
+4
|
/
*
Expression/expression: fix op len sanitycheck
serpilliere
2015-10-23
1
-4
/
+12
*
Expression: move is_func_call to expr scr
Fabrice Desclaux
2015-09-23
1
-3
/
+3
*
Expression/helper: add macro cmpu/cmps
Fabrice Desclaux
2015-07-29
1
-0
/
+19
*
Expr/Simplifications: add shift/slice reduction
Fabrice Desclaux
2015-07-23
1
-0
/
+15
*
expr/simplification: fix slice of compose
serpilliere
2015-07-10
1
-1
/
+1
*
Inits: Add docstring for main modules
Ajax
2015-06-19
1
-0
/
+1
*
Simplifications: Remove useless statements
Ajax
2015-06-11
1
-8
/
+0
*
Expression/Simplification: add slice/compose
Fabrice Desclaux
2015-06-05
1
-1
/
+32
*
IR: Improve dead code elimination
Caroline Leman
2015-04-29
1
-0
/
+8
*
Expression/modint: set arg to long to canonize repr
serpilliere
2015-04-25
1
-3
/
+1
*
Expression: expression comparison are done using repr, not hash (prone to col...
Fabrice Desclaux
2015-04-08
1
-18
/
+68
*
Expr/Simplification: match code and comment for multiplication simplification
Fabrice Desclaux
2015-03-24
1
-3
/
+2
*
Expression: use __hash__ function instead of property
Fabrice Desclaux
2015-02-23
1
-9
/
+8
*
Expression: use private attributes in expression
Fabrice Desclaux
2015-02-23
1
-213
/
+211
*
Expression: Exprcompose are now ordered by default; add sanitycheck for conti...
Fabrice Desclaux
2015-02-23
1
-0
/
+8
*
Expression: fix autopep indentation
Fabrice Desclaux
2015-02-23
1
-2
/
+2
*
Expression: remove code which uses expression modifications
serpilliere
2015-02-22
1
-2
/
+4
*
Expression/Simplification: avoid code modifications
serpilliere
2015-02-22
1
-20
/
+9
*
Expression: Make expressions really immutable.
serpilliere
2015-02-22
1
-88
/
+137
*
PyLint: Import errors, pointless statements (`fds`), bad indentation
Camille Mougey
2015-02-18
1
-8
/
+8
*
PyLint: Remove unused-imports
Camille Mougey
2015-02-16
1
-1
/
+0
*
Expression/Simplification: add op/compose simplification
Fabrice Desclaux
2015-02-13
1
-0
/
+16
*
Expression/Simplification: add shift/compose simplification
Fabrice Desclaux
2015-02-13
1
-0
/
+49
*
VariablesIdentifier: Handle corner cases (using var ident on already computed...
Camille Mougey
2015-02-10
1
-2
/
+5
*
VariableIdentifier: Less hacky way to identify sub vars, add a prefix feature
Camille Mougey
2015-02-10
1
-9
/
+14
*
Expression: fix ExprCond output
Fabrice Desclaux
2015-01-13
1
-1
/
+1
*
Merge branch 'feature-exprrandom' of https://github.com/commial/miasm into co...
Fabrice Desclaux
2014-12-11
1
-0
/
+171
|
\
|
*
ExpressionHelper: Introduce ExprRandom, an expression generation feature
Camille Mougey
2014-12-10
1
-0
/
+172
[next]