| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #1238 from carolineLe/jitter_step_trace | serpilliere | 2020-05-25 | 1 | -5/+10 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Jitter: add a trace option to 'run' | |||||
| | * | | | | Jitter: add a trace option to 'run' | Caroline Leman | 2020-05-25 | 1 | -5/+10 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1153 from aguinet/hack/div | serpilliere | 2020-05-24 | 11 | -3/+793 | |
| |\ \ \ \ | | | | | | | | | | | Include missing functions from llvm's compiler-rt into Jitllvm | |||||
| | * | | | | Include missing functions from llvm's compiler-rt into Jitllvm | Adrien Guinet | 2020-05-24 | 11 | -3/+793 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under Windows, we also need to compile these with clang (because MSVCRT doesn't seem to have proper uint128_t support), so automatically check if clang is installed (through the registry) and force distutils to use it (with a not so nice hack). Last but not least, this only works for 64 bit systems, so disable the mn_div test if this is not the case. | |||||
| * | | | | Merge pull request #1234 from serpilliere/fix_tipo | serpilliere | 2020-05-23 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Fix tipo | |||||
| | * | | | | Fix tipo | Fabrice Desclaux | 2020-05-23 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1229 from IridiumXOR/mips_new_ops | serpilliere | 2020-05-23 | 4 | -5/+147 | |
| |\ \ \ \ | | | | | | | | | | | Mips new opcodes + bugfix | |||||
| | * | | | | Add test cases and fix args order | IridiumXOR | 2020-05-22 | 3 | -12/+33 | |
| | | | | | | ||||||
| | * | | | | Implementing clz using ExprOp 'cntleadzeros' | IridiumXOR | 2020-05-19 | 1 | -46/+5 | |
| | | | | | | ||||||
| | * | | | | New opcodes and little bugfix | IridiumXOR | 2020-05-16 | 3 | -5/+167 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #1232 from serpilliere/fix_tipo | serpilliere | 2020-05-22 | 17 | -83/+77 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix tipo | |||||
| | * | | | | | White spaces cleaning | Fabrice Desclaux | 2020-05-22 | 5 | -61/+61 | |
| | | | | | | | ||||||
| | * | | | | | Fix tipo | Fabrice Desclaux | 2020-05-22 | 13 | -22/+16 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1231 from nofiv/patch-3 | serpilliere | 2020-05-22 | 1 | -0/+7 | |
| |\ \ \ \ \ | | | | | | | | | | | | | simp_cmp_bijective_op improvement | |||||
| | * | | | | | simp_cmp_bijective_op improvement | Vladislav HrĨka | 2020-05-21 | 1 | -0/+7 | |
| |/ / / / / | | | | | | | | | | | Input expr such as "(ESP_init + 0xFFFFFFA8) == (ESP_init + @32[ESP_init + 0xFFFFFECC] * 0x2 + 0xFFFFFFA8)" resulted in empty args_a which caused "sanitycheck: ExprOp args must have same size!" in "arg_a = ExprOp(op, *args_a)". | |||||
| * | | | | | Merge pull request #1223 from IridiumXOR/arm_mmu | serpilliere | 2020-05-21 | 4 | -30/+337 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Implementation of all Coprocessor 15 registers in ARM | |||||
| | * | | | | | Add test units for MCR/MRC | IridiumXOR | 2020-05-19 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | * | | | | | Implemented ALL the CP15 registers and FIX isb/dsb opcodes | IridiumXOR | 2020-05-12 | 3 | -117/+290 | |
| | | | | | | | ||||||
| | * | | | | | Fix inverted opcode names | IridiumXOR | 2020-05-12 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Introducing ARM coprocessor registers and MCR/MRC opcodes | IridiumXOR | 2020-05-11 | 2 | -1/+131 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1228 from carolineLe/jitter_run_until | serpilliere | 2020-05-19 | 1 | -0/+11 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Jitter: new feature run_until | |||||
| | * | | | | | Jitter: new feature run_until | Caroline Leman | 2020-05-18 | 1 | -0/+11 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #1230 from carolineLe/win_api_MBTWC | serpilliere | 2020-05-19 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Win_api: fix kernel32_MultiByteToWideChar | |||||
| | * | | | | | | Win_api: fix kernel32_MultiByteToWideChar | Caroline Leman | 2020-05-18 | 1 | -1/+2 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the documentation, if cchWideChar is 0, then the required size for the buffer indicated by lpWideCharStr is returned. | |||||
| * | | | | | | Merge pull request #1227 from Frky/master | serpilliere | 2020-05-18 | 1 | -0/+33 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add hooks for EncodePointer and DecodePointer for Win32 x86 64 API | |||||
| | * | | | | | Add hooks for EncodePointer and DecodePointer for Win32 x86 64 API | _Frky | 2020-05-18 | 1 | -0/+33 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1226 from serpilliere/fix_crypt_param | serpilliere | 2020-05-15 | 1 | -3/+9 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Win api: Support param HP_HASHSIZE | |||||
| | * | | | | | Win api: Support param xx | Fabrice Desclaux | 2020-05-15 | 1 | -3/+9 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1225 from carolineLe/winapi_shell32 | serpilliere | 2020-05-15 | 1 | -3/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Win_api: fix argv index in shell32_CommandLineToArgvW | |||||
| | * | | | | | Win_api: remove quotes around commandline | Caroline Leman | 2020-05-14 | 1 | -2/+3 | |
| | | | | | | | ||||||
| | * | | | | | Win_api: fix argv index in shell32_CommandLineToArgvW | Caroline Leman | 2020-05-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #1224 from carolineLe/winapi_findfile | serpilliere | 2020-05-15 | 1 | -13/+46 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Win_api: set lasterror on FindNextFile + encoding options | |||||
| | * | | | | | Win_api: set lasterror on FindNextFile + encoding options | Caroline Leman | 2020-05-15 | 1 | -13/+46 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1222 from serpilliere/fix_str_api | serpilliere | 2020-05-12 | 2 | -11/+11 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Fix str api | |||||
| | * | | | | Win_api: fix str api usage | Fabrice Desclaux | 2020-05-12 | 1 | -6/+6 | |
| | | | | | | ||||||
| | * | | | | Add comments to heap allocations | Fabrice Desclaux | 2020-05-12 | 2 | -5/+5 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1168 from serpilliere/propagate_expression | serpilliere | 2020-05-04 | 3 | -301/+818 | |
| |\ \ \ \ | | | | | | | | | | | Updt propagation expression algorithm | |||||
| | * | | | | Merge undef between previous state and new one | Fabrice Desclaux | 2020-05-04 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | Clean undefined | Fabrice Desclaux | 2020-05-04 | 1 | -12/+18 | |
| | | | | | | ||||||
| | * | | | | Updt propagation expression algorithm | Fabrice Desclaux | 2020-05-04 | 3 | -300/+810 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1217 from carolineLe/fix_win_ldr | serpilliere | 2020-05-03 | 1 | -7/+14 | |
| |\ \ \ \ | | | | | | | | | | | Fix win ldr first entry's blink | |||||
| | * | | | | Win_seh: fix predecessor of first entry | Caroline Leman | 2020-05-03 | 1 | -4/+9 | |
| | | | | | | ||||||
| | * | | | | Win_seh: use ListEntry MemStruct | Caroline Leman | 2020-05-03 | 1 | -3/+5 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1216 from serpilliere/fix_virtualprotect | serpilliere | 2020-05-02 | 1 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | Fix virtual protect pages | |||||
| | * | | | | Fix virtual protect pages | Fabrice Desclaux | 2020-05-02 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #1215 from serpilliere/fix_import_rebuild | serpilliere | 2020-05-02 | 1 | -1/+6 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Loader: fix import rebuild | |||||
| | * | | | | Loader: fix import rebuild | Fabrice Desclaux | 2020-05-01 | 1 | -1/+6 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1214 from serpilliere/add_extendted_test_ldr | serpilliere | 2020-05-01 | 1 | -2/+4 | |
| |\ \ \ \ | | | | | | | | | | | Add loader extended tests | |||||
| | * | | | | Add loader extended tests | Fabrice Desclaux | 2020-04-30 | 1 | -2/+4 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1213 from serpilliere/fix_loader_pe | serpilliere | 2020-04-30 | 3 | -23/+22 | |
| |\ \ \ \ | | | | | | | | | | | Fix loader pe | |||||