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: 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
*
|
Merge pull request #18 from commial/feature-vars-ident
serpilliere
2014-12-11
1
-0
/
+157
|
\
\
|
*
|
VariablesIdentifier: Use iterators (credits Pierre Lalet)
Camille Mougey
2014-12-10
1
-6
/
+7
|
*
|
ExpressionHelper: Introduce Variables_Identifier
Camille Mougey
2014-12-09
1
-0
/
+156
|
|
/
*
/
Expression: Fix ExprCompose:get_w (wrong copy/paste ?)
Camille Mougey
2014-12-09
1
-1
/
+1
|
/
*
Expression: fix umod/udiv in expression simplification
Fabrice Desclaux
2014-10-31
2
-2
/
+15
*
expr_simpl: add shift simplification
Fabrice Desclaux
2014-09-11
1
-0
/
+6
*
Simplifications commons: Fix assert (avoid division by zero)
Camille Mougey
2014-09-05
1
-2
/
+2
*
x86 arch: fix some mnemonic
serpilliere
2014-08-05
1
-4
/
+4
*
Simplification: Fix 'A op 0' with op == '-' bug, add corresponding test case
ajax
2014-07-30
1
-1
/
+6
*
Fix operand unify irem/imod
serpilliere
2014-06-24
2
-3
/
+3
*
Simplification: fix bug in simplification (tx to Florent Monjalet)
serpilliere
2014-06-13
1
-1
/
+1
*
Simplification: detect and handle == condition
serpilliere
2014-06-13
3
-17
/
+32
*
merge; fix x86 ror/rol
serpilliere
2014-06-12
3
-513
/
+742
|
\
|
*
Simplifications: Add symetric cond catching + corresponding tests
ajax
2014-06-12
1
-2
/
+38
|
*
Simplifications_cond: Fix size issue, add constructor
ajax
2014-06-12
1
-2
/
+21
|
*
Simplifications: Add basic conditions detection
ajax
2014-06-12
2
-4
/
+175
|
*
Simplifications: Export common simplifications to an extern file
ajax
2014-06-09
2
-504
/
+508
*
|
expression: fix rol/ror simplifications (fix by fperigaud)
serpilliere
2014-06-12
2
-2
/
+8
|
/
*
Miasm v2
serpilliere
2014-06-03
6
-0
/
+2364