| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | X86: fix pextrw | Fabrice Desclaux | 2016-08-04 | 1 | -0/+3 |
| | | |||||
| * | X86: add setalc | Fabrice Desclaux | 2016-07-29 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #389 from jbcayrou/pow_op | serpilliere | 2016-07-03 | 1 | -0/+2 |
| |\ | | | | | Add ** (pow) operator | ||||
| | * | Add ** (pow) operator | JB Cayrou | 2016-06-29 | 1 | -0/+2 |
| | | | |||||
| * | | Fix ExprOp_inf_signed + unit tests #385 | JB Cayrou | 2016-06-29 | 1 | -0/+6 |
| |/ | |||||
| * | X86: add no_rex/fix xchg | Fabrice Desclaux | 2016-06-19 | 1 | -0/+3 |
| | | |||||
| * | Arch/armt: add pld instruction | Fabrice Desclaux | 2016-06-05 | 1 | -0/+5 |
| | | |||||
| * | x86 arch: added x86 opcode decoding for PCMPGTD | Tim Blazytko | 2016-04-27 | 1 | -0/+4 |
| | | |||||
| * | x86 arch: added x86 opcode decoding for SHUFPD | Tim Blazytko | 2016-04-27 | 1 | -0/+2 |
| | | |||||
| * | x86 arch: added x86 opcode decoding for SHUFPS | Tim Blazytko | 2016-04-27 | 1 | -0/+3 |
| | | |||||
| * | x86 arch: added opcode decoding for MOVMSKPS | Tim Blazytko | 2016-04-27 | 1 | -0/+3 |
| | | |||||
| * | x86 arch: added opcode decoding for LFENCE | Tim Blazytko | 2016-04-27 | 1 | -0/+2 |
| | | |||||
| * | x86 arch: added opcode decoding for PREFETCHW | Tim Blazytko | 2016-04-27 | 1 | -1/+2 |
| | | |||||
| * | arch: added x86 opcode decoding for PSRLDQ | Tim Blazytko | 2016-04-26 | 1 | -0/+2 |
| | | |||||
| * | x86 arch: extended opcode decoding for MOVUPS | Tim Blazytko | 2016-04-26 | 1 | -0/+2 |
| | | | | | arch: fixed x86 opcode decoding for movups. creds @serpilliere | ||||