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
/
ir
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix dangerous-default-value
Ajax
2016-01-30
1
-3
/
+7
*
Autopep
Fabrice Desclaux
2016-01-30
1
-8
/
+7
*
Graph: generic html dot code
Fabrice Desclaux
2016-01-30
1
-29
/
+42
*
Asmbloc: Fix asmbloc label (creds @commial)
Fabrice Desclaux
2016-01-21
1
-1
/
+1
*
smt2_translator: fixed bug in ExprId to escape expression names
Tim Blazytko
2016-01-08
1
-3
/
+9
*
smt2_translator: refactored translation of ExprAff to use smt2_helper for assert
Tim Blazytko
2016-01-07
1
-1
/
+1
*
smt2_translator: fixed translation of ExprId
Tim Blazytko
2016-01-07
1
-3
/
+1
*
smt2_translator: added SMT2 translator
Tim Blazytko
2016-01-05
1
-0
/
+279
*
IR: Rebuild graph on `add_node`
Ajax
2015-12-07
1
-0
/
+2
*
IR/gen_graph: `link_all` is never used
Ajax
2015-12-07
1
-3
/
+2
*
IR: fix import
Ajax
2015-12-07
1
-10
/
+9
*
IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`
Ajax
2015-12-07
2
-15
/
+17
*
IRA: use a crafted DiGraph for IR do display
Camille Mougey
2015-12-07
1
-33
/
+43
*
IRA: ira parent class is now miasm2.ir.ir::ir
Camille Mougey
2015-12-07
1
-1
/
+3
*
IRA: Add a class description
Camille Mougey
2015-12-07
1
-0
/
+8
*
IR: use expr_is_label instead of ExprIsLabel
Camille Mougey
2015-12-07
1
-7
/
+2
*
IR: move graph relative code from IRA to IR
Camille Mougey
2015-12-07
2
-98
/
+99
*
Jitter: remove unused div_op rem_op
Fabrice Desclaux
2015-12-04
1
-9
/
+5
*
Symbexec: func_write callback doesn't need anymore last arg
Ajax
2015-11-17
1
-1
/
+1
*
Symbexec: fix parallelism with memory accesses
Ajax
2015-11-17
1
-7
/
+4
*
x86: >>>/<<< c_cf are no more needed: use c_rez with rotate-1
Ajax
2015-11-13
1
-2
/
+0
*
x86: C0/C1/C2/C3 flags in `fprem`
Ajax
2015-11-10
1
-1
/
+1
*
x86/TCC: add `fpatan`
Ajax
2015-11-10
1
-1
/
+1
*
x86/TCC: add `fyl2x`
Ajax
2015-11-10
1
-1
/
+1
*
x86/TCC: add `fprem`
Ajax
2015-11-10
1
-1
/
+2
*
x86/TCC: add `fxam`
Ajax
2015-11-10
1
-0
/
+1
*
x86/TCC: add `fchs`
Ajax
2015-11-10
1
-1
/
+1
*
Expression: fix api
Fabrice Desclaux
2015-10-29
1
-1
/
+1
*
JitTCC: jitted functions return a status code
Camille Mougey
2015-10-23
1
-12
/
+12
*
TranslatorZ3: added translation for left and right rotation
Tim Blazytko
2015-10-15
1
-0
/
+4
*
IR: add get_label
Fabrice Desclaux
2015-10-05
1
-10
/
+22
*
Expression: move is_func_call to expr scr
Fabrice Desclaux
2015-09-23
1
-1
/
+1
*
IR/Translators/C: fix umod/udiv argument
serpilliere
2015-07-31
1
-4
/
+4
*
TranslatorZ3: added translation for udiv, imod and umod
Tim Blazytko
2015-07-29
1
-0
/
+6
*
Inits: Add docstring for main modules
Ajax
2015-06-19
1
-0
/
+1
*
removed unused code
Tim Blazytko
2015-05-01
1
-2
/
+0
*
IR: Improve dead code elimination
Caroline Leman
2015-04-29
2
-164
/
+235
*
IR: Introduce dst_linenb, factorize and comment code
Ajax
2015-04-24
1
-12
/
+20
*
Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequence
serpilliere
2015-04-22
2
-22
/
+22
*
Jitter: get/set mem is now wrapped in cpu
serpilliere
2015-04-22
1
-2
/
+2
*
Merge pull request #130 from mrphrazer/extend_z3_translation
serpilliere
2015-03-25
1
-0
/
+2
|
\
|
*
added translation for idiv command in z3
Tim Blazytko
2015-03-24
1
-0
/
+2
*
|
Translator: remove the mess with z3, and update Z3 translators and examples
Ajax
2015-03-24
1
-55
/
+28
*
|
Translator: add a bounded cache on `from_expr`
Ajax
2015-03-24
1
-1
/
+16
*
|
Translator: Update uses
Ajax
2015-03-24
2
-18
/
+20
*
|
Translator: class to instance
Ajax
2015-03-24
4
-129
/
+96
|
/
*
TranslatorZ3: Better handling of asm_labels (translating to BitVecVal when po...
Florent Monjalet
2015-03-24
1
-1
/
+5
*
TranslatorZ3: Fixed from_ExprId when expr.name is an asmlabel
Florent Monjalet
2015-03-24
1
-1
/
+1
*
TranslatorZ3: Fixed parity semantic
Florent Monjalet
2015-03-24
1
-1
/
+4
*
TranslatorZ3: Handling 'parity' and '-' unary operators, and raising errors p...
Florent Monjalet
2015-03-23
1
-11
/
+18
[prev]
[next]