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
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test/simplification: add cmpx regression tests
serpilliere
2015-07-29
1
-0
/
+33
*
Test/sem: add daa/das
Fabrice Desclaux
2015-07-29
3
-0
/
+184
*
Test/Expression: add regression test for shift/slice
Fabrice Desclaux
2015-07-23
1
-0
/
+8
*
X86/Test: add stack unit test
serpilliere
2015-07-20
2
-0
/
+61
*
X86/test: update arch regression tests
serpilliere
2015-07-20
1
-6
/
+60
*
test/simplification: reg test
serpilliere
2015-07-10
1
-0
/
+2
*
Merge pull request #175 from serpilliere/add_simp_slice
Camille Mougey
2015-06-11
1
-1
/
+52
|
\
|
*
Test: add simplification regression
Fabrice Desclaux
2015-06-05
1
-1
/
+52
*
|
Test/Graph: extended regression tests for g2
Tim Blazytko
2015-06-02
1
-0
/
+7
*
|
DiGraph: fixed order in dominance_frontier
Tim Blazytko
2015-06-02
1
-4
/
+8
*
|
Tests/graph: extended regression tests
Tim Blazytko
2015-06-02
1
-1
/
+41
|
/
*
Test/Graph: add regression tests for walk_dominator/walk_postdominator
Fabrice Desclaux
2015-06-02
1
-0
/
+36
*
TestAll: Update disasm 'file.py' example address
Ajax
2015-05-27
1
-1
/
+1
*
Merge pull request #157 from commial/enhance-graphdataflow
serpilliere
2015-05-02
1
-4
/
+5
|
\
|
*
GraphDataflow: A function where never executed / tested
Ajax
2015-04-30
1
-4
/
+5
*
|
TestAll: Coverage mode was broken
Ajax
2015-04-30
2
-1
/
+2
|
/
*
IR: Compliance to python coding conventions
Caroline Leman
2015-04-29
1
-350
/
+390
*
IR: Regression test integration
Caroline Leman
2015-04-29
2
-12
/
+15
*
IR: Improve dead code elimination
Caroline Leman
2015-04-29
1
-0
/
+680
*
DepGraph: Avoid failing if z3 is not present
Ajax
2015-04-28
1
-4
/
+4
*
Example: Add an example "rename-args" argument for depgraph
Ajax
2015-04-28
1
-1
/
+1
*
Merge pull request #150 from serpilliere/fix_uint
Camille Mougey
2015-04-26
1
-1
/
+4
|
\
|
*
Test: add intmod regression
serpilliere
2015-04-25
1
-1
/
+4
*
|
Merge pull request #149 from commial/sembuilder
serpilliere
2015-04-24
1
-5
/
+32
|
\
\
|
|
/
|
/
|
|
*
SemBuilder: Introduce the 'if cond' statement, building a new IRBlock
Ajax
2015-04-24
1
-2
/
+26
|
*
SemBuilder: Add `('X' % Y)(Z) -> ExprOp('X' % Y, Z)` and `('X')(Y) -> ExprOp(...
Ajax
2015-04-23
1
-3
/
+6
*
|
Depgraph: Add a new example `depgraph` calling DepGraph with options
Ajax
2015-04-24
1
-0
/
+9
*
|
TestAll: Bad product
Ajax
2015-04-24
1
-1
/
+0
*
|
TestDepgraph: Bad counter name (credits C. Leman)
Ajax
2015-04-24
1
-3
/
+4
|
/
*
Merge pull request #147 from commial/printable_sem
serpilliere
2015-04-22
2
-0
/
+26
|
\
|
*
SemBuilder: Handle real variable declaration
Ajax
2015-04-22
1
-0
/
+3
|
*
Core: Introduce SemBuilder, a helper for building semantics side effects
Ajax
2015-04-22
2
-0
/
+23
*
|
Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequence
serpilliere
2015-04-22
1
-2
/
+2
*
|
Test: add regression test for automod code
serpilliere
2015-04-22
1
-1
/
+1
|
/
*
Test: add expression reg test
Fabrice Desclaux
2015-04-08
2
-0
/
+8
*
Merge pull request #138 from commial/test-do-not-suppr
serpilliere
2015-04-02
2
-13
/
+25
|
\
|
*
TestAll: missing products for DepGraph
Ajax
2015-04-02
1
-1
/
+2
|
*
TestAll: Add a "do-not-clean" option
Ajax
2015-04-02
2
-3
/
+14
|
*
TestSet: `Message*` must inherited from `Message`
Ajax
2015-04-02
1
-3
/
+3
|
*
TestSet: Some methods should be protected
Ajax
2015-04-02
1
-7
/
+7
*
|
Interval: fix contains; updt reg tests
Fabrice Desclaux
2015-04-02
1
-0
/
+1
*
|
Cpu: modify instructions' offset relative encoding
Fabrice Desclaux
2015-04-01
4
-35
/
+38
*
|
Clean: remove unecessary ast_parser modification
Fabrice Desclaux
2015-04-01
1
-12
/
+0
*
|
Asmbloc: updt asmbloc api
Fabrice Desclaux
2015-04-01
2
-5
/
+3
|
/
*
Translator: remove the mess with z3, and update Z3 translators and examples
Ajax
2015-03-24
1
-2
/
+2
*
Translator: Update uses
Ajax
2015-03-24
1
-7
/
+8
*
Test/simplification: add reg test against multiplication simplification
Fabrice Desclaux
2015-03-24
1
-0
/
+3
*
Test/simplification: reg test reference must not be expr_simp to match result
Fabrice Desclaux
2015-03-24
1
-7
/
+6
*
TranslatorZ3: Better handling of asm_labels (translating to BitVecVal when po...
Florent Monjalet
2015-03-24
1
-1
/
+7
*
TranslatorZ3: Fixed from_ExprId when expr.name is an asmlabel
Florent Monjalet
2015-03-24
1
-0
/
+6
[next]