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
/
example
/
expression
/
graph_dataflow.py
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2015-04-01
Asmbloc: rename variables; rework contrained blocks
Fabrice Desclaux
1
-65
/
+60
2015-04-01
x86/StdCall: Fix a typo when 2 values are returned (credits niko schmidt)
Ajax
1
-1
/
+1
2015-03-31
Sandbox Win: add PE object to win_api_x86_32.winobjs
Pierre LALET
1
-0
/
+2
2015-03-30
Remove lazy logging pattern
Ajax
14
-92
/
+91
2015-03-24
Translator: remove the mess with z3, and update Z3 translators and examples
Ajax
2
-57
/
+30
2015-03-24
Translator: add a bounded cache on `from_expr`
Ajax
1
-1
/
+16
2015-03-24
Translator: Update uses
Ajax
3
-25
/
+28
2015-03-24
Translator: class to instance
Ajax
4
-129
/
+96
2015-03-24
fixed pxor semantics
Tim Blazytko
1
-1
/
+4
2015-03-24
added semantics for x86 pxor
Tim Blazytko
1
-0
/
+8
2015-03-24
added translation for idiv command in z3
Tim Blazytko
1
-0
/
+2
2015-03-24
Test/simplification: add reg test against multiplication simplification
Fabrice Desclaux
1
-0
/
+3
2015-03-24
Test/simplification: reg test reference must not be expr_simp to match result
Fabrice Desclaux
1
-7
/
+6
2015-03-24
Expr/Simplification: match code and comment for multiplication simplification
Fabrice Desclaux
1
-3
/
+2
2015-03-24
TranslatorZ3: Better handling of asm_labels (translating to BitVecVal when ↵
Florent Monjalet
2
-2
/
+12
possible)
2015-03-24
TranslatorZ3: Fixed from_ExprId when expr.name is an asmlabel
Florent Monjalet
2
-1
/
+7
TODO: replace the asmlabel str by its offset?
2015-03-24
TranslatorZ3: Fixed parity semantic
Florent Monjalet
2
-2
/
+7
2015-03-23
TranslatorZ3: Handling 'parity' and '-' unary operators, and raising errors ↵
Florent Monjalet
2
-11
/
+34
properly for other unhandled operators.
2015-03-23
TravisCI: Add Z3
Ajax
1
-0
/
+1
2015-03-23
TravisCI: Multilines
Ajax
1
-3
/
+6
2015-03-23
Example: add NoCallNoMem in ida/depgraph
serpilliere
2
-20
/
+13
2015-03-23
DepGraph: support follow node filtering
serpilliere
1
-37
/
+93
2015-03-23
README: travis tag
Camille Mougey
1
-0
/
+2
2015-03-20
ParseAsm: dont generate parasite line on 'dontsplit' directive
Fabrice Desclaux
1
-1
/
+1
2015-03-20
Asmbloc: clean symbol_pool
Fabrice Desclaux
1
-126
/
+144
2015-03-20
IR/Analysis: change not in syntax
Fabrice Desclaux
1
-8
/
+8
2015-03-20
IR/Analysis: remove unucessary fake additional in/out in liveness analysis
Fabrice Desclau