| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #670 from serpilliere/dis_block_callback | Camille Mougey | 2018-02-03 | 6 | -16/+25 | |
| |\ \ | | | | | | | Asmblock: fix dis_block_callback | |||||
| | * | | Asmblock: fix dis_block_callback | Fabrice Desclaux | 2018-02-02 | 6 | -16/+25 | |
| |/ / | ||||||
| * | | Merge pull request #669 from serpilliere/fix_cdq | Camille Mougey | 2018-02-02 | 4 | -15/+489 | |
| |\ \ | | | | | | | X86: fix cdq/cbw... | |||||
| | * | | X86: fix cdq/cbw... | Fabrice Desclaux | 2018-02-02 | 4 | -15/+489 | |
| | |/ | ||||||
| * | | 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 | 4 | -13/+155 | |
| |\ \ | | | | | | | 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 | 2 | -0/+8 | |
| | | | | ||||||
| | * | | Add PSRLDQ semantic | Ajax | 2018-01-26 | 1 | -0/+12 | |
| | | | | ||||||
| | * | | Add PALIGNR x86 instruction (asm & semantic) | Ajax | 2018-01-26 | 3 | -0/+35 | |
| | | | | ||||||
| | * | | Add support for BNDMOV instruction (with an empty semantic) | Ajax | 2018-01-26 | 3 | -0/+20 | |
| | | | | ||||||
| | * | | 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 | |||||
| * | | | Merge pull request #662 from commial/fix-bsfr-implem | serpilliere | 2018-01-27 | 2 | -8/+7 | |
| |\ \ \ | |/ / |/| | | Fix BSR / BSL / CLZ implementation to avoid signed overflow | |||||
| | * | | Fix BSR / BSL / CLZ implementation to avoid signed overflow | Ajax | 2018-01-26 | 2 | -8/+7 | |
| |/ / | ||||||
| * | | Merge pull request #660 from serpilliere/fix_windows_open | Camille Mougey | 2018-01-16 | 9 | -15/+15 | |
| |\ \ | | | | | | | Append b to the opens mode | |||||
| | * | | append b to the opens mode ; Python on Windows makes a distinction between ↵ | w4kfu | 2018-01-16 | 9 | -15/+15 | |
| |/ / | | | | | | | 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 | |
| | |/ / | ||||||
| * | | | Merge pull request #656 from serpilliere/fix_api_win | Camille Mougey | 2018-01-12 | 1 | -2/+2 | |
| |\ \ \ | |/ / |/| | | WinAPI: fix ntdll memset abi | |||||
| | * | | 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 | 4 | -194/+108 | |
| |\ \ | | | | | | | Use stp translator | |||||
| | * | | Example: fix disasm wd | Fabrice Desclaux | 2018-01-11 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Expression: use stp translator | Fabrice Desclaux | 2018-01-11 | 3 | -194/+107 | |
| | | | | ||||||
| * | | | Merge pull request #655 from serpilliere/ctype_msp430 | Camille Mougey | 2018-01-11 | 2 | -1/+72 | |
| |\ \ \ | |/ / |/| | | MSP430: add ctype | |||||
| | * | | MSP430: add ctype | Fabrice Desclaux | 2018-01-11 | 2 | -1/+72 | |
| |/ / | ||||||
| * | | Merge pull request #652 from serpilliere/fix_ida_symb_exec_plugin | Camille Mougey | 2018-01-10 | 2 | -22/+77 | |
| |\ \ | | | | | | | Ida/Example: fix symbexec plugin | |||||
| | * | | Ida/Example: clean symbexec plugin | Fabrice Desclaux | 2018-01-09 | 1 | -12/+0 | |
| | | | | ||||||
| | * | | Ida/Example: fix symbexec plugin | Fabrice Desclaux | 2018-01-09 | 1 | -10/+77 | |
| |/ / | ||||||
| * | | Merge pull request #644 from serpilliere/updt_ir_str_ida | Camille Mougey | 2018-01-08 | 1 | -49/+69 | |
| |\ \ | | | | | | | Example/IDA: update IR string output | |||||
| | * | | Example/IDA: update IR string output | Fabrice Desclaux | 2018-01-05 | 1 | -49/+69 | |
| |/ / | ||||||
| * | | 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 | |
| | |/ | ||||||
| * | | Merge pull request #649 from serpilliere/x86_add_op | Camille Mougey | 2018-01-04 | 3 | -11/+46 | |
| |\ \ | |/ |/| | X86 add op | |||||
| | * | X86: fix rdmsr/wrmsr semantic | Fabrice Desclaux | 2017-12-30 | 1 | -11/+5 | |
| | | | ||||||
| | * | X86: add mfence/sfence/prefetch | Fabrice Desclaux | 2017-12-30 | 3 | -0/+41 | |
| |/ | ||||||
| * | Merge pull request #646 from WilliamBruneau/fix_sandbox_options | serpilliere | 2017-12-15 | 1 | -2/+0 | |
| |\ | | | | | Remove unused sandbox option | |||||
| | * | Remove unused sandbox option | William Bruneau | 2017-12-15 | 1 | -2/+0 | |
| |/ | ||||||
| * | Merge pull request #642 from a-vincent/expr_nicer | serpilliere | 2017-12-14 | 3 | -273/+303 | |
| |\ | | | | | Remove some unnecessary parentheses when str()'ing expressions | |||||
| | * | update tests to use the new spacing of expressions' str() | Aymeric Vincent | 2017-12-12 | 2 | -257/+257 | |
| | | | ||||||
| | * | 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 #643 from commial/fix/support-llvmlite-0.21 | serpilliere | 2017-12-11 | 1 | -4/+4 | |
| |\ | | | | | Travis: switch to llvm-5.0 for LLVMLite 0.21 | |||||
| | * | Travis: switch to llvm-5.0 for LLVMLite 0.21 | Ajax | 2017-12-11 | 1 | -4/+4 | |
| |/ | ||||||
| * | Merge pull request #640 from commial/fix/support-llvmlite-0.20 | Pierre Lalet | 2017-11-28 | 2 | -10/+9 | |
| |\ | | | | | Fix/support llvmlite 0.20 | |||||
| | * | Update llvmlite install on travis | Ajax | 2017-11-28 | 1 | -8/+7 | |
| | | | ||||||
| | * | Update to new llvmlite way to get globals | Ajax | 2017-11-24 | 1 | -2/+2 | |
| | | | ||||||