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
*
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
|
*
TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)
Camille Mougey
2015-01-23
1
-19
/
+41
|
*
Example: Move expression samples to sample directory
Camille Mougey
2015-01-23
1
-3
/
+4
|
*
Example: Rename symbol_exec to single_instr in a specific symbol_exec directory
Camille Mougey
2015-01-23
1
-3
/
+5
|
*
Example: Rename Test Dis to Disasm Full
Camille Mougey
2015-01-23
1
-12
/
+14
|
*
Example/Test_Dis: OptParse to ArgParse
Camille Mougey
2015-01-23
1
-3
/
+2
|
*
Example: Rename Disasm_03 to Disasm_File
Camille Mougey
2015-01-23
1
-1
/
+2
|
*
Example: Rename Disasm_02 to Disasm Function
Camille Mougey
2015-01-23
1
-1
/
+1
|
*
Example: Rename Disasm_01 to Disasm_Single_Instr
Camille Mougey
2015-01-23
1
-1
/
+1
|
*
Example: Rename test_jit_* to jit_*
Camille Mougey
2015-01-23
1
-6
/
+6
|
*
Examples: Update x86_32_sc.bin location
Camille Mougey
2015-01-23
1
-1
/
+2
|
*
Examples: Update *.S location
Camille Mougey
2015-01-23
1
-4
/
+8
|
*
Examples: Update md5_arm location
Camille Mougey
2015-01-23
1
-1
/
+2
|
*
Examples: Update box_upx.exe location
Camille Mougey
2015-01-23
1
-3
/
+13
|
*
TestAll: Use only asm_box_x86_32 and .S files, to reduce copy/paste errors
Camille Mougey
2015-01-23
1
-21
/
+13
*
|
arm: Add umull,umlal,smull,smlal to sem
Wladimir J. van der Laan
2015-01-26
1
-0
/
+24
*
|
arm: Add instruction umlal
Wladimir J. van der Laan
2015-01-24
1
-0
/
+2
|
/
*
Added TranslatorZ3 to the Miasm test suite.
Florent Monjalet
2015-01-23
2
-0
/
+135
*
Example/TestAll: Fix a typography (TAGS indirection must be used)
Camille Mougey
2015-01-21
1
-1
/
+1
*
Merge pull request #38 from serpilliere/graph_add_dominators
Camille Mougey
2015-01-20
1
-0
/
+23
|
\
|
*
DiGraph: add dominators regression test
serpilliere
2015-01-18
1
-0
/
+23
*
|
Arm: add instruction bfc
Fabrice Desclaux
2015-01-12
1
-0
/
+3
|
/
*
Example: Add a new example using C & Python translation
Camille Mougey
2014-12-14
1
-0
/
+1
*
Test: Update API of ir2C test
Camille Mougey
2014-12-14
1
-35
/
+45
*
TestAll: Fix wrong comment in commit #90aa4b8195cefddee192df3c4c674b648f21e228
Camille Mougey
2014-12-14
1
-2
/
+0
*
Test: remove hardcoded python path (Tx to Aymeric Vincent)
Fabrice Desclaux
2014-12-12
1
-1
/
+3
[next]