| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #494 from serpilliere/expression_reducer | Camille Mougey | 2017-02-13 | 1 | -0/+1 | |
| |\ | | | | | Expression: add ExprReduce | |||||
| | * | Expression: add ExprReduce | Fabrice Desclaux | 2017-02-13 | 1 | -0/+1 | |
| | | | ||||||
| * | | Core/cpu: change ParseAst name | Fabrice Desclaux | 2017-02-13 | 4 | -5/+5 | |
| |/ | ||||||
| * | Add a tracer example | Ajax | 2017-02-06 | 1 | -0/+2 | |
| | | ||||||
| * | X86: add pslldq | Fabrice Desclaux | 2017-02-03 | 1 | -0/+3 | |
| | | ||||||
| * | X86: fix rex_r in reg args | Fabrice Desclaux | 2017-02-03 | 1 | -0/+8 | |
| | | ||||||
| * | Add regression test for CPUID support | Ajax | 2017-02-02 | 2 | -0/+22 | |
| | | ||||||
| * | Add a only-tags option for test_all | Ajax | 2017-01-14 | 2 | -31/+51 | |
| | | ||||||
| * | Merge pull request #476 from commial/fix/repr-expr | serpilliere | 2017-01-14 | 1 | -0/+14 | |
| |\ | | | | | Fix/repr expr | |||||
| | * | Expr: test that repr permit instanciation | Ajax | 2017-01-13 | 1 | -0/+14 | |
| | | | ||||||
| * | | Merge pull request #477 from commial/fix/division | serpilliere | 2017-01-14 | 1 | -1/+14 | |
| |\ \ | | | | | | | Fix/division | |||||
| | * | | Modint: add tests for big int | Ajax | 2017-01-13 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Div: fix modint operation | Ajax | 2017-01-13 | 1 | -1/+5 | |
| | |/ | ||||||
| * | | Merge pull request #473 from serpilliere/Fix_max_exec_self_loop | Camille Mougey | 2017-01-12 | 1 | -16/+15 | |
| |\ \ | |/ |/| | Fix max exec self loop | |||||
| | * | Jit: update example max exec | Fabrice Desclaux | 2017-01-12 | 1 | -16/+15 | |
| | | | ||||||
| * | | DepGraph: Add emul regression tests | Fabrice Desclaux | 2017-01-09 | 4 | -0/+13 | |
| |/ | ||||||
| * | Merge pull request #471 from commial/feature/llvm-cache | serpilliere | 2017-01-06 | 4 | -3/+105 | |
| |\ | | | | | Feature/llvm cache | |||||
| | * | Test/jitter for each jitter engine | Ajax | 2017-01-06 | 4 | -11/+9 | |
| | | | ||||||
| | * | Add a test for jit_maxline option | Ajax | 2017-01-06 | 1 | -0/+22 | |
| | | | ||||||
| | * | Add a test for max_exec_per_call option | Ajax | 2017-01-06 | 2 | -0/+82 | |
| | | | ||||||
| * | | make this one executable, it's probably the most used toplevel executable | Aymeric Vincent | 2017-01-05 | 1 | -0/+2 | |
| | | | ||||||
| * | | these files are not top level executables, adapt | Aymeric Vincent | 2017-01-05 | 3 | -24/+0 | |
| | | | ||||||
| * | | use python2 as executable name, give adequate permissions | Aymeric Vincent | 2017-01-05 | 31 | -31/+41 | |
| | | | ||||||
| * | | fix permissions | Aymeric Vincent | 2017-01-05 | 1 | -0/+0 | |
| |/ | ||||||
| * | 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 | |
| | | ||||||
| * | Expr: Remove exprint_from | Fabrice Desclaux | 2016-12-23 | 3 | -14/+14 | |
| | | ||||||
| * | Merge pull request #457 from commial/feature/apply_change | serpilliere | 2016-12-22 | 1 | -0/+17 | |
| |\ | | | | | Regression test for apply_expr/apply_change/eval_ir | |||||
| | * | Regression test for apply_expr/apply_change/eval_ir | Ajax | 2016-12-15 | 1 | -0/+17 | |
| | | | ||||||
| * | | Regression test on big ExprInt | Ajax | 2016-12-14 | 1 | -0/+4 | |
| | | | ||||||
| * | | Seperate Expression regression tests | Ajax | 2016-12-14 | 1 | -0/+2 | |
| |/ | ||||||
| * | ExprCompose: add new api | Fabrice Desclaux | 2016-11-04 | 6 | -105/+96 | |
| | | | | | | | | The ExprComposes uses directly its arguments sizes to guess the slices locations. Old api: ExprCompose([(a, 0, 32), (b, 32, 64)]) becomes: ExprCompose(a, b) | |||||
| * | Symbexec: new api for emul_ir_* | Fabrice Desclaux | 2016-11-04 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | Replacement: emul_ir_bloc(self, myir, addr, step=False) by: emul_ir_block(self, addr, step=False) and: emul_ir_blocs(self, myir, addr, lbl_stop=None, step=False) by: emul_ir_blocks(self, addr, lbl_stop=None, step=False) The 'myir' was already given in the symbolexec creation. | |||||
| * | Expression: remove is_term attribute | serpilliere | 2016-11-04 | 1 | -11/+13 | |
| | | ||||||
| * | Merge pull request #430 from commial/feature/int_ExprInt | serpilliere | 2016-10-03 | 1 | -1/+1 | |
| |\ | | | | | Feature/int expr int | |||||
| | * | Update int(XX.arg) -> int(XX) | Ajax | 2016-09-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Os_dep: fix get/set str | Fabrice Desclaux | 2016-09-29 | 2 | -4/+6 | |
| | | | ||||||
| * | | Fix cleanning error for depgraph tests | Ajax | 2016-09-20 | 1 | -10/+7 | |
| |/ | ||||||
| * | Arm: fix bkpt | serpilliere | 2016-09-12 | 1 | -2/+2 | |
| | | ||||||
| * | Arm: add clz/uxtab | serpilliere | 2016-09-12 | 1 | -0/+6 | |
| | | ||||||
| * | Test: fix python executable | Fabrice Desclaux | 2016-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | Arch/x86: fix sldt | Fabrice Desclaux | 2016-09-07 | 1 | -1/+5 | |
| | | ||||||
| * | Jitter/win: fix TIB accesses | Fabrice Desclaux | 2016-09-06 | 1 | -2/+3 | |
| | | ||||||
| * | Enable "python" jitter on AsmUnitTest, except some | Ajax | 2016-09-01 | 1 | -2/+7 | |
| | | ||||||
| * | Regression test for SEH with a double handler | Ajax | 2016-09-01 | 1 | -1/+41 | |
| | | ||||||
| * | Add a regression test for SEH handling | Ajax | 2016-09-01 | 2 | -0/+67 | |
| | | | | | | 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 | 2 | -0/+27 | |
| | | ||||||
| * | 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 | |
| | | ||||||