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
/
expression.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
adding ucomisd
GAJaloyan
2018-01-12
1
-1
/
+2
*
Remove some unnecessary parentheses when str()'ing expressions
Aymeric Vincent
2017-12-12
1
-16
/
+46
*
Expression: add expression comparison generators
Fabrice Desclaux
2017-09-04
1
-0
/
+182
*
A defined 'size' is mandatory for `Expr` to work
Ajax
2017-08-03
1
-24
/
+16
*
Avoid breaking potential overriding of ExprInt
Ajax
2017-08-03
1
-1
/
+1
*
Avoid racing ._size assignment in ExprInt
Ajax
2017-08-03
1
-3
/
+6
*
Remove now useless property
Ajax
2017-08-03
1
-8
/
+0
*
Expr: move class-dependent attributes to protected one
Ajax
2017-08-03
1
-187
/
+187
*
Avoid potential (but unlikely) hash collision
Ajax
2017-08-01
1
-2
/
+2
*
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
1
-10
/
+10
*
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
1
-2
/
+3
*
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
1
-46
/
+42
*
Expression: REPLACE IS_OP_SEGM
Fabrice Desclaux
2017-02-12
1
-2
/
+14
*
Fix ExprInt repr to include size
Ajax
2017-01-13
1
-1
/
+2
*
Expr: add type accessors
Fabrice Desclaux
2016-12-23
1
-0
/
+57
*
Introduce ExprInt of any size (like others Expr)
Ajax
2016-12-14
1
-0
/
+2
*
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
*
ExprCompose: updt internal struct
Fabrice Desclaux
2016-11-04
1
-71
/
+21
*
ExprCompose: update api
Fabrice Desclaux
2016-11-04
1
-7
/
+13
*
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
1
-10
/
+0
*
Expression: slot expressions
Fabrice Desclaux
2016-11-04
1
-0
/
+11
*
Expression: remove is_term attribute
serpilliere
2016-11-04
1
-132
/
+116
*
Expression: Use singleton pattern for Expression
serpilliere
2016-11-04
1
-104
/
+164
*
Expression/IR: Fix mem_read parameter in 'get_r'
Caroline Leman
2016-10-06
1
-1
/
+1
*
ExprInt: add shortcut for int, long
Ajax
2016-09-16
1
-0
/
+6
*
Add ** (pow) operator
JB Cayrou
2016-06-29
1
-0
/
+3
*
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
1
-17
/
+45
*
Expression: repr cpuid op
Fabrice Desclaux
2015-11-22
1
-0
/
+1
*
Merge pull request #250 from serpilliere/ExprInt_api
Florent
2015-10-29
1
-19
/
+19
|
\
|
*
Expression: fix api
Fabrice Desclaux
2015-10-29
1
-10
/
+4
|
*
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
[next]