about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #357 from serpilliere/jit_gccCamille Mougey2016-04-2622-89/+148
|\
| * Test: TCC conditional testsserpilliere2016-04-2622-88/+147
| * Test: add gcc testsserpilliere2016-04-261-36/+36
* | X86/arch: fix call @immserpilliere2016-04-241-0/+7
|/
* Merge pull request #342 from fmonjalet/fix_typesserpilliere2016-04-191-1/+4
|\
| * Types: Ptr.dst_type is now a Type rather than a MemTypeFlorent Monjalet2016-03-151-1/+1
| * Types: handle MemType as argument to Array constructorFlorent Monjalet2016-03-151-0/+3
* | X86/test: add pusha/popaFabrice Desclaux2016-04-182-0/+126
* | X86/test: updt test apiFabrice Desclaux2016-04-1816-51/+86
* | Test/testset: autopep8Fabrice Desclaux2016-04-061-1/+9
* | Test: simple outputserpilliere2016-04-065-144/+42
* | Depgraph: use has_loop algorithm to spot data flow loops; fix reg testFabrice Desclaux2016-03-232-2/+2
* | Example/Depgraph: allow lower/upper register trackingFabrice Desclaux2016-03-221-2/+2
* | Introduce Container.symbol_pool, containing container symbols (if any)Ajax2016-03-211-0/+4
* | Test/Depgraph: add DG emulation regression testsFabrice Desclaux2016-03-2135-0/+227
* | 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