| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Fix x86 asm offset | Fabrice Desclaux | 2020-06-01 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1237 from mrphrazer/assertion_messages | serpilliere | 2020-06-01 | 1 | -4/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | simplifications_common: added explicit assertion messages for division by 0 | |||||
| | * | | | | | simplifications_common: added explicit assertion messages for division by 0 | Tim Blazytko | 2020-05-24 | 1 | -4/+6 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #1245 from Frky/patch-5 | serpilliere | 2020-05-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix bug in WideCharToMultiByte | |||||
| | * | | | | | | Fix bug in WideCharToMultiByte | _Frky | 2020-05-30 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1241 from Frky/patch-3 | serpilliere | 2020-05-28 | 1 | -5/+58 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | MultiByteToWideChar and WideCharToMultiByte | |||||
| | * | | | | | Fix bug in kernel32_MultiByteToWideChar and implement a minimalistic ↵ | _Frky | 2020-05-28 | 1 | -5/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | kernel32_WideCharToMultiByte | |||||
| * | | | | | | Merge pull request #1242 from nofiv/patch-4 | serpilliere | 2020-05-28 | 1 | -6/+9 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add apply_simp to DiGraphDefUse | |||||
| | * | | | | | | Add apply_simp to DiGraphDefUse | Vladislav Hrčka | 2020-05-27 | 1 | -6/+9 | |
| | |/ / / / / | | | | | | | | | | | | | Prevents simple FPs such as xor eax, eax just like in the DependencyGraph | |||||
| * | | | | | | Wrong conditional prefix for MRC/MCR (#1233) | IridiumXOR | 2020-05-28 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Wrong conditional prefix for MRC/MCR Sorry, I have wrongly implemented the conditional code for MRC/MCR, now I have fix them. * Add test units for conditional MRC/MCR | |||||
| * | | | | | | Merge pull request #1240 from serpilliere/ldrload_log | serpilliere | 2020-05-27 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add log to ldrloaddll | |||||
| | * | | | | | Add log to ldrloaddll | Fabrice Desclaux | 2020-05-27 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1239 from Frky/patch-2 | serpilliere | 2020-05-27 | 1 | -3/+78 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix bug in kernel32_GetStartupInfo | |||||
| | * | | | | | Update win_api_x86_32.py | _Frky | 2020-05-26 | 1 | -11/+58 | |
| | | | | | | | ||||||
| | * | | | | | Fix bug in kernel32_GetStartupInfo | _Frky | 2020-05-26 | 1 | -2/+30 | |
| |/ / / / / | | | | | | | | | | | Extend the structure size to fit with the documentation | |||||
| * | | | | | 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 | |
| | | | | | | ||||||