about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Depgraph: updt apiFabrice Desclaux2016-03-211-3/+3
* Test/depgraph: use z3 to remove unsatisfiable solutionsFabrice Desclaux2016-03-171-1/+16
* Depgraph: implicit emulFabrice Desclaux2016-03-171-1/+0
* Test/Depgraph: updt testsFabrice Desclaux2016-03-171-740/+556
* Add regression test for `possible_values`Ajax2016-03-171-0/+40
* Asmcfg: add reg testFabrice Desclaux2016-03-161-2/+28
* AssignBlockFabrice Desclaux2016-02-263-20/+30
* Introduce test for jitloadAjax2016-02-162-0/+55
* Symbexec: add apply_expr, taking in account side effectsAjax2016-02-161-1/+5
* remove old ida workaround executable for the 64bit caseAymeric Vincent2016-02-091-13/+2
* z3 translator: fixed regression testsTim Blazytko2016-02-011-6/+9
* z3 translator: added regression tests for bsr and bsfTim Blazytko2016-02-011-0/+15
* Tipo: dictionaryFabrice Desclaux2016-01-302-2/+2
* Sem/x86: fix call fromstringFabrice Desclaux2016-01-301-4/+32
* Add regression tests for MatchGraphAjax2016-01-271-0/+68
* Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"Ajax2016-01-261-4/+4
* BasicBlocks.pendings can be a set (creds @serpilliere)Ajax2016-01-261-1/+1
* Introduce tests for miasm2.core.asmblocAjax2016-01-262-0/+285
* Graph; introduce copy and mergeAjax2016-01-251-0/+15
* Graph: two graphs are equals if they have the same nodes and edgesAjax2016-01-251-0/+10
* Move types -> test_types to avoid namespace collision (creds @fmonjalet)Ajax2016-01-252-2/+2
* Types: typo, MemStruct.get_offset should be a classmethodFlorent Monjalet2016-01-181-0/+11
* Types: Support anonymous Struct/Union/BitFieldFlorent Monjalet2016-01-181-0/+27
* Types: adding the ("field", SomeMemType) syntaxFlorent Monjalet2016-01-181-2/+3
* Types: short test to assert MemStruct unicityFlorent Monjalet2016-01-181-0/+4
* Types: Type size is now a propertyFlorent Monjalet2016-01-181-5/+5
* MemStruct/Types: pinned renamed to lvalFlorent Monjalet2016-01-181-22/+22
* MemStruct/Types: Renamed analysis.mem to core.typesFlorent Monjalet2016-01-182-7/+8
* MemStruct: Pinned* renamed back to Mem*Florent Monjalet2016-01-181-30/+30
* MemStruct: Global doc updateFlorent Monjalet2016-01-181-1/+3
* MemStruct: allow Type instance in castFlorent Monjalet2016-01-181-2/+1
* MemStruct: Str typeFlorent Monjalet2016-01-181-17/+17
* MemStruct: Array/PinnedArray homogeneityFlorent Monjalet2016-01-181-22/+10
* MemStruct: No more 'pin' and 'mem_sized_arraytype' functionsFlorent Monjalet2016-01-181-5/+5
* MemStruct: big refactor in processFlorent Monjalet2016-01-181-112/+134
* MemStruct: Big refactoring, Mem* -> Pinned*Florent Monjalet2016-01-181-56/+56
* MemStruct: Struct -> RawStructFlorent Monjalet2016-01-181-7/+7
* MemStruct: MemSelf usage fixFlorent Monjalet2016-01-181-3/+5
* MemStruct: dyn types (returned by mem*()) are now cachedFlorent Monjalet2016-01-181-3/+13
* MemStruct: MemField equalityFlorent Monjalet2016-01-181-1/+37
* MemStruct: module and MemFields documentationFlorent Monjalet2016-01-181-2/+2
* MemStruct: minor fixes + toy example scriptFlorent Monjalet2016-01-181-4/+3
* MemStruct: auto-allocation featureFlorent Monjalet2016-01-181-67/+75
* Introducing MemStruct feature in miasm2.analysis.memFlorent Monjalet2016-01-182-0/+442
* Merge pull request #298 from mrphrazer/smt2_translatorserpilliere2016-01-122-0/+42
|\
| * smt2_translator: fixed regression test insertion, creds @serpilliere and @com...Tim Blazytko2016-01-121-1/+3
| * smt2_translator: added regression testsTim Blazytko2016-01-052-1/+41
* | Test: add x86 reg testFabrice Desclaux2016-01-063-0/+32
* | X86: add andnp[sd]Fabrice Desclaux2016-01-061-0/+5
* | X86: add pshufdFabrice Desclaux2016-01-061-0/+2