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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expr: fix singleton; add reg test
Fabrice Desclaux
2017-03-31
3
-67
/
+110
*
Merge pull request #510 from commial/feature/modinterval-mul
serpilliere
2017-03-30
4
-3
/
+44
|
\
|
*
Update regression tests fo ModularIntervals mul
Ajax
2017-03-30
2
-0
/
+12
|
*
ModularIntervals: naive support for * operation
Ajax
2017-03-30
2
-1
/
+24
|
*
ModularIntervals: add length capability
Ajax
2017-03-30
1
-0
/
+4
|
*
ModularIntervals: fix init with empty interval
Ajax
2017-03-30
1
-2
/
+4
|
/
*
Merge pull request #509 from commial/fix/int-singleton
serpilliere
2017-03-30
39
-664
/
+675
|
\
|
*
Use non-deprecated ExprInt form in sembuilder
Ajax
2017-03-30
1
-5
/
+6
|
*
Replace ExprInt[num](x) -> ExprInt(x, num)
Ajax
2017-03-30
38
-594
/
+595
|
*
Deprecate ExprInt[num] and ExprInt_from(expr, num)
Ajax
2017-03-30
1
-0
/
+12
|
*
Let ExprInt always use its Singleton capabilities
Ajax
2017-03-30
3
-68
/
+65
|
/
*
Merge pull request #508 from carolineLe/def_use
serpilliere
2017-03-29
8
-318
/
+346
|
\
|
*
analysis: Introduction of use-definition chains
Caroline Leman
2017-03-29
8
-318
/
+346
*
|
Merge pull request #507 from serpilliere/fix_exprnode
Camille Mougey
2017-03-29
1
-11
/
+11
|
\
\
|
*
|
ExprReduce: fix exprnode str
Fabrice Desclaux
2017-03-28
1
-11
/
+11
*
|
|
Merge pull request #506 from serpilliere/fix_tipo
Camille Mougey
2017-03-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Example/full: fix tipo
Fabrice Desclaux
2017-03-27
1
-1
/
+1
|
/
*
Merge pull request #505 from serpilliere/elf_infos
Camille Mougey
2017-03-26
1
-12
/
+16
|
\
|
*
Container: add dynsym symbols
Fabrice Desclaux
2017-03-25
1
-12
/
+16
|
/
*
Merge pull request #504 from serpilliere/fix_symb_mngr_name
Florent
2017-03-17
1
-4
/
+4
|
\
|
*
Symbexec: fix tipo symbmngr
Fabrice Desclaux
2017-03-17
1
-4
/
+4
|
/
*
Merge pull request #503 from serpilliere/fix_x86_blocs_api
Florent
2017-03-17
1
-1
/
+1
|
\
|
*
IR: fix support old api blocs
Fabrice Desclaux
2017-03-17
1
-1
/
+1
|
/
*
Merge pull request #502 from serpilliere/fix_symb_exec
Camille Mougey
2017-03-16
1
-3
/
+8
|
\
|
*
Symbexec: Fix state update
Fabrice Desclaux
2017-03-16
1
-3
/
+8
|
/
*
Merge pull request #497 from serpilliere/rename_symb
Camille Mougey
2017-03-14
76
-2595
/
+2672
|
\
|
*
Core/asmblock: rename asmbloc_final to asmblock_final
Fabrice Desclaux
2017-03-13
1
-2
/
+9
|
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
50
-1659
/
+1669
|
*
Asmbloc: rename asm_constraint[to/next] to AsmConstraint[To/Next]
Fabrice Desclaux
2017-03-13
3
-16
/
+29
|
*
Asmbloc: rename asm_constraint to AsmConstraint
Fabrice Desclaux
2017-03-13
6
-42
/
+49
|
*
Asmbloc: rename asm_raw to AsmRaw
Fabrice Desclaux
2017-03-13
2
-10
/
+17
|
*
Asmbloc: rename asm_symbol_pool to AsmSymbolPool
Fabrice Desclaux
2017-03-13
10
-25
/
+32
|
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
27
-97
/
+99
|
*
Asmbloc: rename asm_block_bad to AsmBlockBad
Fabrice Desclaux
2017-03-13
5
-22
/
+29
|
*
Asmbloc: rename asm_bloc to AsmBlock
Fabrice Desclaux
2017-03-13
4
-29
/
+37
|
*
All: rename vars bloc -> block
Fabrice Desclaux
2017-03-13
24
-231
/
+191
|
*
IR: rename blocs to blocks
Fabrice Desclaux
2017-03-13
17
-189
/
+193
|
*
Arch: clean ira/jit
Fabrice Desclaux
2017-03-13
10
-142
/
+117
|
*
IR/ir: rename ir to IntermediateRepresentation
Fabrice Desclaux
2017-03-13
13
-34
/
+54
|
*
IR/ir: rename irbloc to IRBlock
Fabrice Desclaux
2017-03-13
10
-286
/
+309
|
*
IR/Symbexec: rename symbexec to SymbolicExecutionEngine
Fabrice Desclaux
2017-03-13
13
-42
/
+69
|
/
*
Merge pull request #500 from rootkiter/fix_addi_for_mips32
serpilliere
2017-03-08
1
-0
/
+1
|
\
|
*
add mips32's addi simulation
rootkiter
2017-03-08
1
-0
/
+1
|
/
*
Merge pull request #496 from commial/feature/expr_range
serpilliere
2017-02-22
8
-1
/
+826
|
\
|
*
Add regression tests for expr_range, based on z3
Ajax
2017-02-22
2
-0
/
+99
|
*
Introduce 'expr_range', to determine the range of possible values of an Expr
Ajax
2017-02-22
1
-0
/
+65
|
*
Add regression tests for ModularIntervals
Ajax
2017-02-17
2
-0
/
+150
|
*
Introduce ModularIntervals, intervals supporting modular arithmetic
Ajax
2017-02-17
1
-0
/
+499
|
*
Right operator of a>> is unsigned
Ajax
2017-02-15
1
-1
/
+1
|
*
Interval: add .length computation
Ajax
2017-02-13
2
-0
/
+12
[next]