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
...
|
*
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
*
TranslatorZ3: Fixed parity semantic
Florent Monjalet
2015-03-24
1
-1
/
+3
*
TranslatorZ3: Handling 'parity' and '-' unary operators, and raising errors p...
Florent Monjalet
2015-03-23
1
-0
/
+16
*
Example: add NoCallNoMem in ida/depgraph
serpilliere
2015-03-23
1
-8
/
+4
*
TestAll: Add a test for disasm/full without arch and addr to reach previously...
Ajax
2015-03-19
1
-0
/
+2
*
DisasmFull: The architecture is now an optionnal argument, otherwise cont.arc...
Ajax
2015-03-19
1
-1
/
+1
*
Merge pull request #113 from serpilliere/fix_x86_prefix_bin
Camille Mougey
2015-03-16
1
-0
/
+5
|
\
|
*
X86/Test: add regression test on binary output for instruction with prefix
serpilliere
2015-03-14
1
-0
/
+5
*
|
Test/Graph: add reg tests
Fabrice Desclaux
2015-03-12
1
-10
/
+34
*
|
Test/Graph: add reg tests
Fabrice Desclaux
2015-03-12
1
-0
/
+14
*
|
Graph: dominators computation can only be done regarding to *one* head
Fabrice Desclaux
2015-03-12
1
-1
/
+1
|
/
*
Test/DepGraph: add regression test for double bloc symbolic emulation
Fabrice Desclaux
2015-03-12
1
-0
/
+42
*
X86/arch: add stmxcsr/ldmxcsr
serpilliere
2015-03-04
1
-0
/
+5
*
Test/X86: updt reg tests
Fabrice Desclaux
2015-02-27
1
-6
/
+6
*
Core: Introduce BoundedDict and its regression test
Camille Mougey
2015-02-23
2
-0
/
+42
*
Merge pull request #82 from commial/feature-depgraph
serpilliere
2015-02-20
2
-0
/
+621
|
\
|
*
Test/Analysis: Regression tests for DependencyGraph
Camille Mougey
2015-02-20
2
-0
/
+621
*
|
Fixed regression tests for PUSHFW and POPFW
gg
2015-02-20
1
-2
/
+2
|
/
*
X86: add regression tests for bsf/bsr
Fabrice Desclaux
2015-02-20
3
-2
/
+50
*
TestAll: Never launch tests from `miasm2` root (files are used before modules)
Camille Mougey
2015-02-16
1
-6
/
+4
*
Test: Add x86 64 mul/div regression test
Fabrice Desclaux
2015-02-13
2
-1
/
+105
*
Test/Simplification: add regression tests
Fabrice Desclaux
2015-02-13
1
-0
/
+8
*
Test: add regression test for simplification << >>
Fabrice Desclaux
2015-02-13
1
-0
/
+33
*
Merge pull request #52 from commial/ida-symbol_exec
serpilliere
2015-02-10
1
-0
/
+44
|
\
|
*
VariablesIdentifier: Handle corner cases (using var ident on already computed...
Camille Mougey
2015-02-10
1
-3
/
+34
|
*
VariableIdentifier: Less hacky way to identify sub vars, add a prefix feature
Camille Mougey
2015-02-10
1
-0
/
+13
*
|
Tests: add x86_32 pop esp regression test
Fabrice Desclaux
2015-02-10
1
-1
/
+1
|
/
*
Core/ASMBloc: resolve_symbol now returns only the resolved blocs
Camille Mougey
2015-01-26
1
-1
/
+1
*
Merge pull request #45 from commial/refactor-examples
serpilliere
2015-01-26
1
-105
/
+193
|
\
|
*
Example/ASM: Add a minimalist example
Camille Mougey
2015-01-26
1
-0
/
+3
|
*
TestAll: Add an empty space between ']' and z3 warning message
Camille Mougey
2015-01-23
1
-1
/
+1
|
*
Example/ASM: Test the second ARM (arm_sc.S) example
Camille Mougey
2015-01-23
1
-0
/
+8
|
*
Example/ASM: Test the x86_64 example
Camille Mougey
2015-01-23
1
-6
/
+9
|
*
TestAll: Add missing products
Camille Mougey
2015-01-23
1
-6
/
+7
|
*
TestAll: Launch examples from their subdir, merge ExampleDir into Example
Camille Mougey
2015-01-23
1
-30
/
+24
|
*
Example/ASM: Avoid duplicating code by using a common script shellcode.py
Camille Mougey
2015-01-23
1
-42
/
+61
|
*
Example: Move disasm's examples to a `disasm` directory
Camille Mougey
2015-01-23
1
-8
/
+21
|
*
Example: Move asm's examples to a `asm` directory
Camille Mougey
2015-01-23
1
-13
/
+20
|
*
Example: Move jitter's examples to a `jitter` directory
Camille Mougey
2015-01-23
1
-21
/
+26
[prev]
[next]