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
*
Expression: add an Expression parser
Fabrice Desclaux
2017-06-14
1
-0
/
+70
*
Add a new simplification: {@X[base + i] 0 X, @Y[base + i + X] X (X + Y)} => @...
Ajax
2017-06-01
1
-0
/
+11
*
Expression: Forbid mix between Expr and int/long
Fabrice Desclaux
2017-05-01
1
-1
/
+24
*
Remove deprecated use of MatchExpr
Ajax
2017-04-21
2
-21
/
+20
*
Expression: clean
Fabrice Desclaux
2017-04-21
1
-232
/
+240
*
Errata: fix exprmatch names
Fabrice Desclaux
2017-04-21
1
-50
/
+50
*
Expression: remove unused SearchExpr
Fabrice Desclaux
2017-04-21
1
-14
/
+0
*
Expression: clean MatchExpr
Fabrice Desclaux
2017-04-21
1
-51
/
+45
*
Expr: fix singleton; add reg test
Fabrice Desclaux
2017-03-31
1
-67
/
+43
*
Replace ExprInt[num](x) -> ExprInt(x, num)
Ajax
2017-03-30
5
-12
/
+13
*
Deprecate ExprInt[num] and ExprInt_from(expr, num)
Ajax
2017-03-30
1
-0
/
+12
*
Let ExprInt always use its Singleton capabilities
Ajax
2017-03-30
2
-48
/
+45
*
ExprReduce: fix exprnode str
Fabrice Desclaux
2017-03-28
1
-11
/
+11
*
Right operator of a>> is unsigned
Ajax
2017-02-15
1
-1
/
+1
*
Expression: add ExprReduce
Fabrice Desclaux
2017-02-13
1
-0
/
+177
*
Expression: REPLACE IS_OP_SEGM
Fabrice Desclaux
2017-02-12
1
-2
/
+14
*
Merge pull request #476 from commial/fix/repr-expr
serpilliere
2017-01-14
1
-1
/
+2
|
\
|
*
Fix ExprInt repr to include size
Ajax
2017-01-13
1
-1
/
+2
*
|
Div: fix modint operation
Ajax
2017-01-13
1
-6
/
+10
|
/
*
remove #! command line on files not supposed to be run at top level
Aymeric Vincent
2017-01-05
2
-2
/
+0
*
Expr: Remove exprint_from
Fabrice Desclaux
2016-12-23
1
-9
/
+9
*
Exprsimp: updt api
Fabrice Desclaux
2016-12-23
1
-87
/
+65
*
Expr: add type accessors
Fabrice Desclaux
2016-12-23
1
-0
/
+57
*
Introduce ExprInt of any size (like others Expr)
Ajax
2016-12-14
2
-12
/
+25
*
Expr: Fix expr pickling
Fabrice Desclaux
2016-11-20
1
-3
/
+6
*
Expr: missing warning import
Fabrice Desclaux
2016-11-20
1
-0
/
+1
*
Add compatibility with copy.deepcopy for Expr
Ajax
2016-11-08
1
-0
/
+3
*
Expression: one pass merge_sliceto_slice
Ajax
2016-11-07
1
-63
/
+34
*
ExprCompose: updt internal struct
Fabrice Desclaux
2016-11-04
4
-256
/
+152
*
ExprCompose: update api
Fabrice Desclaux
2016-11-04
3
-28
/
+52
*
ExprCompose: add new api
Fabrice Desclaux
2016-11-04
1
-19
/
+28
*
Expression: add pickling
Fabrice Desclaux
2016-11-04
1
-0
/
+49
*
IR: is_simp in the simplifier class
Fabrice Desclaux
2016-11-04
2
-16
/
+6
*
Expression: slot expressions
Fabrice Desclaux
2016-11-04
1
-0
/
+11
*
Expression: remove is_term attribute
serpilliere
2016-11-04
2
-140
/
+118
*
Expression: Use singleton pattern for Expression
serpilliere
2016-11-04
2
-105
/
+165
*
Expression/IR: Fix mem_read parameter in 'get_r'
Caroline Leman
2016-10-06
1
-1
/
+1
*
Update int(XX.arg) -> int(XX)
Ajax
2016-09-16
4
-18
/
+18
*
ExprInt: add shortcut for int, long
Ajax
2016-09-16
1
-0
/
+6
*
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
[next]