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
*
Depgraph: updt api
Fabrice Desclaux
2016-03-21
1
-3
/
+3
*
Test/depgraph: use z3 to remove unsatisfiable solutions
Fabrice Desclaux
2016-03-17
1
-1
/
+16
*
Depgraph: implicit emul
Fabrice Desclaux
2016-03-17
1
-1
/
+0
*
Test/Depgraph: updt tests
Fabrice Desclaux
2016-03-17
1
-740
/
+556
*
Add regression test for `possible_values`
Ajax
2016-03-17
1
-0
/
+40
*
Asmcfg: add reg test
Fabrice Desclaux
2016-03-16
1
-2
/
+28
*
AssignBlock
Fabrice Desclaux
2016-02-26
3
-20
/
+30
*
Introduce test for jitload
Ajax
2016-02-16
2
-0
/
+55
*
Symbexec: add apply_expr, taking in account side effects
Ajax
2016-02-16
1
-1
/
+5
*
remove old ida workaround executable for the 64bit case
Aymeric Vincent
2016-02-09
1
-13
/
+2
*
z3 translator: fixed regression tests
Tim Blazytko
2016-02-01
1
-6
/
+9
*
z3 translator: added regression tests for bsr and bsf
Tim Blazytko
2016-02-01
1
-0
/
+15
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
2
-2
/
+2
*
Sem/x86: fix call fromstring
Fabrice Desclaux
2016-01-30
1
-4
/
+32
*
Add regression tests for MatchGraph
Ajax
2016-01-27
1
-0
/
+68
*
Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"
Ajax
2016-01-26
1
-4
/
+4
*
BasicBlocks.pendings can be a set (creds @serpilliere)
Ajax
2016-01-26
1
-1
/
+1
*
Introduce tests for miasm2.core.asmbloc
Ajax
2016-01-26
2
-0
/
+285
*
Graph; introduce copy and merge
Ajax
2016-01-25
1
-0
/
+15
*
Graph: two graphs are equals if they have the same nodes and edges
Ajax
2016-01-25
1
-0
/
+10
*
Move types -> test_types to avoid namespace collision (creds @fmonjalet)
Ajax
2016-01-25
2
-2
/
+2
*
Types: typo, MemStruct.get_offset should be a classmethod
Florent Monjalet
2016-01-18
1
-0
/
+11
*
Types: Support anonymous Struct/Union/BitField
Florent Monjalet
2016-01-18
1
-0
/
+27
*
Types: adding the ("field", SomeMemType) syntax
Florent Monjalet
2016-01-18
1
-2
/
+3
*
Types: short test to assert MemStruct unicity
Florent Monjalet
2016-01-18
1
-0
/
+4
*
Types: Type size is now a property
Florent Monjalet
2016-01-18
1
-5
/
+5
*
MemStruct/Types: pinned renamed to lval
Florent Monjalet
2016-01-18
1
-22
/
+22
*
MemStruct/Types: Renamed analysis.mem to core.types
Florent Monjalet
2016-01-18
2
-7
/
+8
*
MemStruct: Pinned* renamed back to Mem*
Florent Monjalet
2016-01-18
1
-30
/
+30
*
MemStruct: Global doc update
Florent Monjalet
2016-01-18
1
-1
/
+3
*
MemStruct: allow Type instance in cast
Florent Monjalet
2016-01-18
1
-2
/
+1
*
MemStruct: Str type
Florent Monjalet
2016-01-18
1
-17
/
+17
*
MemStruct: Array/PinnedArray homogeneity
Florent Monjalet
2016-01-18
1
-22
/
+10
*
MemStruct: No more 'pin' and 'mem_sized_arraytype' functions
Florent Monjalet
2016-01-18
1
-5
/
+5
*
MemStruct: big refactor in process
Florent Monjalet
2016-01-18
1
-112
/
+134
*
MemStruct: Big refactoring, Mem* -> Pinned*
Florent Monjalet
2016-01-18
1
-56
/
+56
*
MemStruct: Struct -> RawStruct
Florent Monjalet
2016-01-18
1
-7
/
+7
*
MemStruct: MemSelf usage fix
Florent Monjalet
2016-01-18
1
-3
/
+5
*
MemStruct: dyn types (returned by mem*()) are now cached
Florent Monjalet
2016-01-18
1
-3
/
+13
*
MemStruct: MemField equality
Florent Monjalet
2016-01-18
1
-1
/
+37
*
MemStruct: module and MemFields documentation
Florent Monjalet
2016-01-18
1
-2
/
+2
*
MemStruct: minor fixes + toy example script
Florent Monjalet
2016-01-18
1
-4
/
+3
*
MemStruct: auto-allocation feature
Florent Monjalet
2016-01-18
1
-67
/
+75
*
Introducing MemStruct feature in miasm2.analysis.mem
Florent Monjalet
2016-01-18
2
-0
/
+442
*
Merge pull request #298 from mrphrazer/smt2_translator
serpilliere
2016-01-12
2
-0
/
+42
|
\
|
*
smt2_translator: fixed regression test insertion, creds @serpilliere and @com...
Tim Blazytko
2016-01-12
1
-1
/
+3
|
*
smt2_translator: added regression tests
Tim Blazytko
2016-01-05
2
-1
/
+41
*
|
Test: add x86 reg test
Fabrice Desclaux
2016-01-06
3
-0
/
+32
*
|
X86: add andnp[sd]
Fabrice Desclaux
2016-01-06
1
-0
/
+5
*
|
X86: add pshufd
Fabrice Desclaux
2016-01-06
1
-0
/
+2
[next]