| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Test: add ppc32b tests | Fabrice Desclaux | 2018-03-04 | 1 | -0/+5 | |
| | | ||||||
| * | Add a check against z3 in simplifications regression tests | Ajax | 2018-02-14 | 1 | -0/+3 | |
| | | ||||||
| * | X86: fix cdq/cbw... | Fabrice Desclaux | 2018-02-02 | 1 | -0/+1 | |
| | | ||||||
| * | Various Win32 API additions/fixes (#616) | Adrien Guinet | 2017-10-31 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various Win32 API additions/fixes * add a get_size method to Miasm heap object, which allows the implementation of mscvrt_realloc * add the concept of "current directory", with the default value being arbitrary set to "c:\tmp", which allows the implementation of {Get,Set}CurrentDirecrtory * various other methods implemented: - advapi32_RegCloseKey - advapi32_RegCreateKeyW - advapi32_RegSetValueExA - advapi32_RegSetValueExW - kernel32_GetProcessHeap - msvcrt_delete - msvcrt_fprintf - msvcrt_fwrite - msvcrt__mbscpy - msvcrt_new - msvcrt_realloc - msvcrt_sprintf - msvcrt_srand - msvcrt_strrchr - msvcrt_swprintf - msvcrt_wcscat - msvcrt_wcscmp - msvcrt_wcscpy - msvcrt__wcsicmp - msvcrt_wcslen - msvcrt_wcsncpy - msvcrt__wcsnicmp - msvcrt_wcsrchr | |||||
| * | Test/DSE: producted file is already deleted by the example | Ajax | 2017-09-06 | 1 | -1/+0 | |
| | | ||||||
| * | Merge pull request #611 from commial/feature/dse-politics | serpilliere | 2017-09-05 | 1 | -4/+10 | |
| |\ | | | | | Feature/dse politics | |||||
| | * | Test DSE examples with several strategies | Ajax | 2017-09-05 | 1 | -4/+10 | |
| | | | ||||||
| * | | Expression: add expression comparison generators | Fabrice Desclaux | 2017-09-04 | 1 | -0/+1 | |
| |/ | ||||||
| * | Example: add constant expression propagation | Fabrice Desclaux | 2017-08-09 | 1 | -2/+19 | |
| | | ||||||
| * | Objc: add regression test | Fabrice Desclaux | 2017-08-08 | 1 | -0/+5 | |
| | | ||||||
| * | Add a regression test for DIV 128bits | Ajax | 2017-06-27 | 1 | -0/+2 | |
| | | ||||||
| * | Expression: add an Expression parser | Fabrice Desclaux | 2017-06-14 | 1 | -0/+1 | |
| | | ||||||
| * | Fix products files | Ajax | 2017-05-09 | 1 | -15/+18 | |
| | | ||||||
| * | Introduce a GCC tests, to let no TCC installs able to run more tests | Ajax | 2017-04-21 | 1 | -3/+5 | |
| | | ||||||
| * | Example: add irblock simplification example | Fabrice Desclaux | 2017-04-21 | 1 | -3/+6 | |
| | | ||||||
| * | Merge pull request #518 from commial/feature/dse | serpilliere | 2017-04-21 | 1 | -0/+17 | |
| |\ | | | | | Feature/dse | |||||
| | * | Add regression test for DSE on lbl_gen | Ajax | 2017-04-18 | 1 | -0/+6 | |
| | | | ||||||
| | * | Add an example illustrating DSE | Ajax | 2017-04-18 | 1 | -0/+11 | |
| | | | ||||||
| * | | Add regression test for AssignBlock | Ajax | 2017-04-20 | 1 | -0/+1 | |
| |/ | ||||||
| * | Jitter: regression test for post instr | Fabrice Desclaux | 2017-04-18 | 1 | -0/+1 | |
| | | ||||||
| * | Tests: run md5_aarch64l from the very beginning | Ajax | 2017-04-06 | 1 | -1/+2 | |
| | | ||||||
| * | Introduce Sandbox.call, for direct function calling | Ajax | 2017-04-06 | 1 | -0/+1 | |
| | | ||||||
| * | MD5_arm: run from the very beginning | Ajax | 2017-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Add regression test for command-line/env support in Sandbox | Ajax | 2017-04-06 | 1 | -0/+6 | |
| | | ||||||
| * | Expr: fix singleton; add reg test | Fabrice Desclaux | 2017-03-31 | 1 | -0/+1 | |
| | | ||||||
| * | analysis: Introduction of use-definition chains | Caroline Leman | 2017-03-29 | 1 | -8/+9 | |
| | | | | | | | - previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified' | |||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #496 from commial/feature/expr_range | serpilliere | 2017-02-22 | 1 | -0/+4 | |
| |\ | | | | | Feature/expr range | |||||
| | * | Add regression tests for expr_range, based on z3 | Ajax | 2017-02-22 | 1 | -0/+3 | |
| | | | ||||||
| | * | Add regression tests for ModularIntervals | Ajax | 2017-02-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | Some of the tests are deactivated, because they took too much time. These tests have been fully run, and one can choose to only actiavte a subset of them | |||||
| * | | Test: add access_c/expr_c example | Fabrice Desclaux | 2017-02-17 | 1 | -0/+19 | |
| | | | ||||||
| * | | Tests: add asm human | Fabrice Desclaux | 2017-02-17 | 1 | -0/+4 | |
| |/ | ||||||
| * | Expression: add ExprReduce | Fabrice Desclaux | 2017-02-13 | 1 | -0/+1 | |
| | | ||||||
| * | Add a tracer example | Ajax | 2017-02-06 | 1 | -0/+2 | |
| | | ||||||
| * | Add regression test for CPUID support | Ajax | 2017-02-02 | 1 | -0/+1 | |
| | | ||||||
| * | Add a only-tags option for test_all | Ajax | 2017-01-14 | 1 | -11/+21 | |
| | | ||||||
| * | DepGraph: Add emul regression tests | Fabrice Desclaux | 2017-01-09 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #471 from commial/feature/llvm-cache | serpilliere | 2017-01-06 | 1 | -1/+4 | |
| |\ | | | | | Feature/llvm cache | |||||
| | * | Test/jitter for each jitter engine | Ajax | 2017-01-06 | 1 | -1/+3 | |
| | | | ||||||
| | * | Add a test for max_exec_per_call option | Ajax | 2017-01-06 | 1 | -0/+1 | |
| | | | ||||||
| * | | make this one executable, it's probably the most used toplevel executable | Aymeric Vincent | 2017-01-05 | 1 | -0/+2 | |
| |/ | ||||||
| * | Enable mn_float unit test for LLVM | Ajax | 2017-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Update documentation for llvmlite | Ajax | 2017-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | Ugly modification to have llvm work again | Ajax | 2017-01-04 | 1 | -5/+2 | |
| | | ||||||
| * | Fix cleanning error for depgraph tests | Ajax | 2016-09-20 | 1 | -10/+7 | |
| | | ||||||
| * | Enable "python" jitter on AsmUnitTest, except some | Ajax | 2016-09-01 | 1 | -2/+7 | |
| | | ||||||
| * | Add a regression test for SEH handling | Ajax | 2016-09-01 | 1 | -0/+1 | |
| | | | | | | XOR EDX, EDX is used to obtain a 32bits 0 in FS:[0x0], because this is an ambiguity in Intel representation | |||||
| * | Add a way to retrieve memory access right | Pierre Graux | 2016-09-01 | 1 | -0/+1 | |
| | | ||||||
| * | Tests: add win seh test | Fabrice Desclaux | 2016-08-31 | 1 | -0/+18 | |
| | | ||||||
| * | Jitter: code generator rework | Fabrice Desclaux | 2016-08-30 | 1 | -2/+1 | |
| | | ||||||