| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | X86: fix cdq/cbw... | Fabrice Desclaux | 2018-02-02 | 2 | -15/+43 | |
| | |/ | ||||||
| * | | Merge pull request #665 from GAJaloyan/arm | serpilliere | 2018-01-30 | 1 | -1/+18 | |
| |\ \ | | | | | | | adding bics | |||||
| | * | | adding bics | GAJaloyan | 2018-01-29 | 1 | -1/+18 | |
| | |/ | ||||||
| * | | Merge pull request #664 from WilliamBruneau/typo_brakpoint | serpilliere | 2018-01-29 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Fix: 'brakpoint' -> 'breakpoint' | |||||
| | * | Fix: 'brakpoint' -> 'breakpoint' | William Bruneau | 2018-01-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #663 from commial/feature-missing-sse | serpilliere | 2018-01-27 | 3 | -13/+144 | |
| |\ \ | | | | | | | Add a few SSE instructions | |||||
| | * | | Add PREFETCHNTA instruction semantic (as a NOP) | Ajax | 2018-01-26 | 1 | -3/+6 | |
| | | | | ||||||
| | * | | Add PCMPGTB instruction | Ajax | 2018-01-26 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Add PSRLDQ semantic | Ajax | 2018-01-26 | 1 | -0/+12 | |
| | | | | ||||||
| | * | | Add PALIGNR x86 instruction (asm & semantic) | Ajax | 2018-01-26 | 2 | -0/+32 | |
| | | | | ||||||
| | * | | Add support for BNDMOV instruction (with an empty semantic) | Ajax | 2018-01-26 | 2 | -0/+15 | |
| | | | | ||||||
| | * | | Add support for BND registers and parsing in disassembly | Ajax | 2018-01-26 | 2 | -10/+74 | |
| | | | | | | | | | | | | | This implementation is mostly a copy/paste on similar XMM ones | |||||
| * | | | Fix BSR / BSL / CLZ implementation to avoid signed overflow | Ajax | 2018-01-26 | 2 | -8/+7 | |
| |/ / | ||||||
| * | | append b to the opens mode ; Python on Windows makes a distinction between ↵ | w4kfu | 2018-01-16 | 4 | -9/+9 | |
| | | | | | | | | | text and binary files | |||||
| * | | Merge pull request #659 from serpilliere/fix_tcc_french | Camille Mougey | 2018-01-16 | 1 | -4/+4 | |
| |\ \ | | | | | | | Jitter: remove french debug string | |||||
| | * | | Jitter: remove french debug string | mkrzywix | 2018-01-16 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Merge pull request #657 from GAJaloyan/master | serpilliere | 2018-01-15 | 2 | -1/+18 | |
| |\ \ \ | | | | | | | | | Adding ucomisd | |||||
| | * | | | adding ucomisd | GAJaloyan | 2018-01-12 | 2 | -1/+18 | |
| | |/ / | ||||||
| * / / | WinAPI: fix ntdll memset abi | Fabrice Desclaux | 2018-01-11 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge pull request #654 from serpilliere/use_stp_translator | Camille Mougey | 2018-01-11 | 1 | -68/+0 | |
| |\ \ | | | | | | | Use stp translator | |||||
| | * | | Expression: use stp translator | Fabrice Desclaux | 2018-01-11 | 1 | -68/+0 | |
| | | | | ||||||
| * | | | MSP430: add ctype | Fabrice Desclaux | 2018-01-11 | 1 | -0/+68 | |
| |/ / | ||||||
| * | | Merge pull request #648 from serpilliere/fix_test_pe_forward | Camille Mougey | 2018-01-04 | 1 | -13/+24 | |
| |\ \ | | | | | | | PE: fix export forward test | |||||
| | * | | PE: fix export forward test | Fabrice Desclaux | 2017-12-23 | 1 | -13/+24 | |
| | |/ | ||||||
| * | | X86: fix rdmsr/wrmsr semantic | Fabrice Desclaux | 2017-12-30 | 1 | -11/+5 | |
| | | | ||||||
| * | | X86: add mfence/sfence/prefetch | Fabrice Desclaux | 2017-12-30 | 2 | -0/+37 | |
| |/ | ||||||
| * | Remove unused sandbox option | William Bruneau | 2017-12-15 | 1 | -2/+0 | |
| | | ||||||
| * | Remove some unnecessary parentheses when str()'ing expressions | Aymeric Vincent | 2017-12-12 | 1 | -16/+46 | |
| | | | | | | | | | This patch removes quite a few useless parentheses from expressions thanks to the usual priorities between operators. It is conservative in the sense that not all such parentheses are removed when we felt the priorities won't be known by most users. | |||||
| * | Merge pull request #640 from commial/fix/support-llvmlite-0.20 | Pierre Lalet | 2017-11-28 | 1 | -2/+2 | |
| |\ | | | | | Fix/support llvmlite 0.20 | |||||
| | * | Update to new llvmlite way to get globals | Ajax | 2017-11-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #635 from serpilliere/x86_fix_rep | Camille Mougey | 2017-11-08 | 1 | -1/+3 | |
| |\ \ | | | | | | | x86: fix rep ecx | |||||
| | * | | x86: fix rep ecx | Fabrice Desclaux | 2017-11-07 | 1 | -1/+3 | |
| | |/ | ||||||
| * | | Various Win32 API additions/fixes (#616) | Adrien Guinet | 2017-10-31 | 3 | -28/+267 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | DiGraph: fixed node order in natural loop backedges | Tim Blazytko | 2017-10-18 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #618 from serpilliere/fix_propag | Camille Mougey | 2017-10-03 | 2 | -2/+7 | |
| |\ | | | | | Ctypes: allow analysis on incomplete graphs | |||||
| | * | Objc: missing pure int check | Fabrice Desclaux | 2017-10-03 | 1 | -0/+2 | |
| | | | ||||||
| | * | Ctypes: allow analysis on incomplete graphs | Fabrice Desclaux | 2017-10-03 | 1 | -2/+5 | |
| | | | ||||||
| * | | Armt: add instr nop/cps/wfi | Fabrice Desclaux | 2017-09-24 | 1 | -0/+34 | |
| | | | ||||||
| * | | Armt: fix bl bad dst | Fabrice Desclaux | 2017-09-24 | 1 | -0/+2 | |
| |/ | ||||||
| * | Merge pull request #611 from commial/feature/dse-politics | serpilliere | 2017-09-05 | 1 | -11/+72 | |
| |\ | | | | | Feature/dse politics | |||||
| | * | DSE: add support for several strategies (code/branch/path coverage) | Ajax | 2017-09-05 | 1 | -13/+65 | |
| | | | ||||||
| | * | DSE: separate solution decision and solution computation | Ajax | 2017-09-05 | 1 | -5/+14 | |
| | | | | | | | | | Avoid potential useless and costly Solver.check | |||||
| * | | X86: add sem pcmp* | Fabrice Desclaux | 2017-09-04 | 1 | -5/+39 | |
| | | | ||||||
| * | | Expression: add expression comparison generators | Fabrice Desclaux | 2017-09-04 | 1 | -0/+182 | |
| | | | ||||||
| * | | X86: add instr pcmp | Fabrice Desclaux | 2017-09-01 | 1 | -0/+2 | |
| | | | ||||||
| * | | X86: add instr aes | Fabrice Desclaux | 2017-09-01 | 1 | -0/+5 | |
| |/ | ||||||
| * | X86: fix sib generation | Fabrice Desclaux | 2017-09-01 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #602 from serpilliere/add_reductions | Camille Mougey | 2017-09-01 | 2 | -310/+303 | |
| |\ | | | | | Add reductions | |||||
| | * | Expression/Simplifications: modify x?b:c + d | Fabrice Desclaux | 2017-08-10 | 1 | -15/+21 | |
| | | | ||||||
| | * | Expression/Simplifications: clean code | Fabrice Desclaux | 2017-08-10 | 1 | -279/+269 | |
| | | | ||||||