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
*
Rename miasm2 to miasm
Fabrice Desclaux
2019-03-05
1
-2035
/
+0
*
Support python2/python3
Fabrice Desclaux
2019-03-05
1
-45
/
+61
*
Fix bad english
Fabrice Desclaux
2019-01-17
1
-3
/
+3
*
Fix typos & add codespell
Pierre LALET
2018-12-23
1
-8
/
+8
*
Expr: fix replace_expr args
Fabrice Desclaux
2018-12-09
1
-5
/
+2
*
perfomance feature
Mizari
2018-12-06
1
-8
/
+3
*
Expression: replace arg by ptr in ExprMem
Fabrice Desclaux
2018-10-12
1
-31
/
+40
*
Expresion: use ExprAssign instead of ExprAff
Fabrice Desclaux
2018-10-01
1
-12
/
+23
*
Code cleaning: lgtm.com
Fabrice Desclaux
2018-09-20
1
-1
/
+0
*
Add support for floating is_zero, is_inf, is_denormal
Ajax
2018-08-30
1
-0
/
+34
*
Merge pull request #829 from serpilliere/fix_float
Camille Mougey
2018-08-30
1
-2
/
+0
|
\
|
*
X86: fix float
Fabrice Desclaux
2018-08-29
1
-2
/
+0
*
|
Expr: use TOK define instead of strings
Fabrice Desclaux
2018-08-29
1
-4
/
+10
|
/
*
Expression: add CC flags
Fabrice Desclaux
2018-08-06
1
-8
/
+27
*
Expression: fix slice assignment
Fabrice Desclaux
2018-07-19
1
-1
/
+3
*
Expression: introduce operation on float (comparision, equality to NaN/sNan/q...
Ajax
2018-07-10
1
-0
/
+77
*
Introduce the new float notation and operations for x86 semantic
Ajax
2018-07-10
1
-20
/
+6
*
ExprLoc/LocKey: avoid ambiguity in string representation
Ajax
2018-07-02
1
-2
/
+2
*
Unify ExprLoc str with LocKey and others
Ajax
2018-06-17
1
-1
/
+1
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-11
/
+14
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
1
-11
/
+129
*
Expr: Fix default size
Fabrice Desclaux
2018-04-26
1
-1
/
+7
*
Remove the default size of ExprMem expressions
Ajax
2018-02-15
1
-2
/
+5
*
Complete the #676 by removing the default value in ExprId.__new__
Ajax
2018-02-15
1
-1
/
+1
*
Expression: no default size for ExprId
Fabrice Desclaux
2018-02-09
1
-1
/
+4
*
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
[next]