| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Test: TCC conditional tests | serpilliere | 2016-04-26 | 1 | -47/+79 | |
| | | ||||||
| * | Test: add gcc tests | serpilliere | 2016-04-26 | 1 | -36/+36 | |
| | | ||||||
| * | X86/test: add pusha/popa | Fabrice Desclaux | 2016-04-18 | 1 | -0/+1 | |
| | | ||||||
| * | Test: simple output | serpilliere | 2016-04-06 | 1 | -8/+15 | |
| | | ||||||
| * | Example/Depgraph: allow lower/upper register tracking | Fabrice Desclaux | 2016-03-22 | 1 | -2/+2 | |
| | | ||||||
| * | Introduce Container.symbol_pool, containing container symbols (if any) | Ajax | 2016-03-21 | 1 | -0/+4 | |
| | | ||||||
| * | Test/Depgraph: add DG emulation regression tests | Fabrice Desclaux | 2016-03-21 | 1 | -0/+58 | |
| | | ||||||
| * | Test/depgraph: use z3 to remove unsatisfiable solutions | Fabrice Desclaux | 2016-03-17 | 1 | -1/+16 | |
| | | ||||||
| * | Introduce test for jitload | Ajax | 2016-02-16 | 1 | -0/+6 | |
| | | ||||||
| * | Introduce tests for miasm2.core.asmbloc | Ajax | 2016-01-26 | 1 | -0/+3 | |
| | | ||||||
| * | Move types -> test_types to avoid namespace collision (creds @fmonjalet) | Ajax | 2016-01-25 | 1 | -2/+2 | |
| | | ||||||
| * | MemStruct/Types: Renamed analysis.mem to core.types | Florent Monjalet | 2016-01-18 | 1 | -2/+3 | |
| | | ||||||
| * | Introducing MemStruct feature in miasm2.analysis.mem | Florent Monjalet | 2016-01-18 | 1 | -0/+2 | |
| | | ||||||
| * | Merge pull request #298 from mrphrazer/smt2_translator | serpilliere | 2016-01-12 | 1 | -0/+2 | |
| |\ | | | | | SMT2 translator | |||||
| | * | smt2_translator: fixed regression test insertion, creds @serpilliere and ↵ | Tim Blazytko | 2016-01-12 | 1 | -1/+3 | |
| | | | | | | | | | @commial | |||||
| | * | smt2_translator: added regression tests | Tim Blazytko | 2016-01-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Test: add x86 reg test | Fabrice Desclaux | 2016-01-06 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: add x86 reg test | Fabrice Desclaux | 2015-12-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: add x86 reg test | Fabrice Desclaux | 2015-12-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: add x86 reg test | Fabrice Desclaux | 2015-12-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: add x86 reg test | Fabrice Desclaux | 2015-12-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: add x86 reg test | Fabrice Desclaux | 2015-12-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: add x86 reg test | Fabrice Desclaux | 2015-12-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: add x86 reg test | Fabrice Desclaux | 2015-12-24 | 1 | -0/+2 | |
| |/ | ||||||
| * | Example/Disasm: update full.py to produce both IR and IRA graphes | Camille Mougey | 2015-12-07 | 1 | -2/+4 | |
| | | ||||||
| * | TestALL: add a new tag 'qemu', avoiding QEMU tests | Ajax | 2015-11-17 | 1 | -0/+3 | |
| | | | | | On my testing machine: 42s to 3m40s | |||||
| * | QEMU/test: enable 'test_misc' for both python and TCC | Ajax | 2015-11-17 | 1 | -2/+2 | |
| | | ||||||
| * | Test/QEMU: enable 'test_string' for both python and TCC | Ajax | 2015-11-17 | 1 | -1/+2 | |
| | | ||||||
| * | TestALL: enable QEMU test_xchg for python / tcc | Ajax | 2015-11-17 | 1 | -1/+2 | |
| | | ||||||
| * | Test: enable QEMU tests for "bcd" | Ajax | 2015-11-16 | 1 | -1/+2 | |
| | | ||||||
| * | Test/QEMU: emulate puts, enabling test_self_modifying_code | Ajax | 2015-11-16 | 1 | -1/+2 | |
| | | ||||||
| * | Test/QEMU: test the python jitter too | Ajax | 2015-11-16 | 1 | -15/+48 | |
| | | ||||||
| * | Test/TestALL: add QEMU tests | Ajax | 2015-11-16 | 1 | -0/+32 | |
| | | ||||||
| * | Merge pull request #261 from commial/x86-interrupt | serpilliere | 2015-11-09 | 1 | -0/+1 | |
| |\ | | | | | X86 interrupt | |||||
| | * | Test: add a unit test for x86 interrupt_num | Ajax | 2015-11-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: update `test_all.py` products (.txt -> .dot) | Ajax | 2015-11-09 | 1 | -13/+13 | |
| |/ | ||||||
| * | Test: add example/disasm/callback.py to tests | Ajax | 2015-11-09 | 1 | -0/+1 | |
| | | ||||||
| * | Test/mips/unit: add jcc tests | Fabrice Desclaux | 2015-10-27 | 1 | -0/+1 | |
| | | ||||||
| * | Orthograph fix in parameter: rename --ommit-tags to --omit-tags. | Aymeric Vincent | 2015-10-14 | 1 | -4/+4 | |
| | | ||||||
| * | TestAll: delete `exp_graph_test*` from depgraph | Ajax | 2015-10-09 | 1 | -10/+10 | |
| | | ||||||
| * | TestAll: there is one more test for depgraph to delete | Ajax | 2015-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | TestAll: `sol_10` and `sol_11` do not exist anymore | Ajax | 2015-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | Test/aarch64: add regresion tests | Fabrice Desclaux | 2015-08-20 | 1 | -0/+1 | |
| | | ||||||
| * | Test/aarch64: add unit test | Fabrice Desclaux | 2015-08-09 | 1 | -0/+11 | |
| | | ||||||
| * | Add aarch64l md5 sandbox and test | Fabrice Desclaux | 2015-08-09 | 1 | -0/+2 | |
| | | ||||||
| * | Analysis/Depgraph: DependecyGraph precision improvement + regressions tests. | Caroline Leman | 2015-08-05 | 1 | -16/+15 | |
| | | | | | | | | | | The DependencyNodes are now distincts, in order to handle dependency loops p (cf test graph 13) The emulation part of DependencyResult will emulate the value along the path specified by the DependencyGraph (loops included). This commit includes depgraph regression tests. | |||||
| * | Test/sem: add daa/das | Fabrice Desclaux | 2015-07-29 | 1 | -0/+2 | |
| | | ||||||
| * | X86/Test: add stack unit test | serpilliere | 2015-07-20 | 1 | -0/+1 | |
| | | ||||||
| * | TestAll: Update disasm 'file.py' example address | Ajax | 2015-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #157 from commial/enhance-graphdataflow | serpilliere | 2015-05-02 | 1 | -4/+5 | |
| |\ | | | | | Enhance graphdataflow | |||||