about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #664 from WilliamBruneau/typo_brakpointserpilliere2018-01-291-1/+1
|\
| * Fix: 'brakpoint' -> 'breakpoint'William Bruneau2018-01-291-1/+1
* | Merge pull request #663 from commial/feature-missing-sseserpilliere2018-01-274-13/+155
|\ \
| * | Add PREFETCHNTA instruction semantic (as a NOP)Ajax2018-01-261-3/+6
| * | Add PCMPGTB instructionAjax2018-01-262-0/+8
| * | Add PSRLDQ semanticAjax2018-01-261-0/+12
| * | Add PALIGNR x86 instruction (asm & semantic)Ajax2018-01-263-0/+35
| * | Add support for BNDMOV instruction (with an empty semantic)Ajax2018-01-263-0/+20
| * | Add support for BND registers and parsing in disassemblyAjax2018-01-262-10/+74
* | | Merge pull request #662 from commial/fix-bsfr-implemserpilliere2018-01-272-8/+7
|\ \ \ | |/ / |/| |
| * | Fix BSR / BSL / CLZ implementation to avoid signed overflowAjax2018-01-262-8/+7
|/ /
* | Merge pull request #660 from serpilliere/fix_windows_openCamille Mougey2018-01-169-15/+15
|\ \
| * | append b to the opens mode ; Python on Windows makes a distinction between te...w4kfu2018-01-169-15/+15
|/ /
* | Merge pull request #659 from serpilliere/fix_tcc_frenchCamille Mougey2018-01-161-4/+4
|\ \
| * | Jitter: remove french debug stringmkrzywix2018-01-161-4/+4
* | | Merge pull request #657 from GAJaloyan/masterserpilliere2018-01-152-1/+18
|\ \ \
| * | | adding ucomisdGAJaloyan2018-01-122-1/+18
| |/ /
* | | Merge pull request #656 from serpilliere/fix_api_winCamille Mougey2018-01-121-2/+2
|\ \ \ | |/ / |/| |
| * | WinAPI: fix ntdll memset abiFabrice Desclaux2018-01-111-2/+2
|/ /
* | Merge pull request #654 from serpilliere/use_stp_translatorCamille Mougey2018-01-114-194/+108
|\ \
| * | Example: fix disasm wdFabrice Desclaux2018-01-111-0/+1
| * | Expression: use stp translatorFabrice Desclaux2018-01-113-194/+107
* | | Merge pull request #655 from serpilliere/ctype_msp430Camille Mougey2018-01-112-1/+72
|\ \ \ | |/ / |/| |
| * | MSP430: add ctypeFabrice Desclaux2018-01-112-1/+72
|/ /
* | Merge pull request #652 from serpilliere/fix_ida_symb_exec_pluginCamille Mougey2018-01-102-22/+77
|\ \
| * | Ida/Example: clean symbexec pluginFabrice Desclaux2018-01-091-12/+0
| * | Ida/Example: fix symbexec pluginFabrice Desclaux2018-01-091-10/+77
|/ /
* | Merge pull request #644 from serpilliere/updt_ir_str_idaCamille Mougey2018-01-081-49/+69
|\ \
| * | Example/IDA: update IR string outputFabrice Desclaux2018-01-051-49/+69
|/ /
* | Merge pull request #648 from serpilliere/fix_test_pe_forwardCamille Mougey2018-01-041-13/+24
|\ \
| * | PE: fix export forward testFabrice Desclaux2017-12-231-13/+24
| |/
* | Merge pull request #649 from serpilliere/x86_add_opCamille Mougey2018-01-043-11/+46
|\ \ | |/ |/|
| * X86: fix rdmsr/wrmsr semanticFabrice Desclaux2017-12-301-11/+5
| * X86: add mfence/sfence/prefetchFabrice Desclaux2017-12-303-0/+41
|/
* Merge pull request #646 from WilliamBruneau/fix_sandbox_optionsserpilliere2017-12-151-2/+0
|\
| * Remove unused sandbox optionWilliam Bruneau2017-12-151-2/+0
|/
* Merge pull request #642 from a-vincent/expr_nicerserpilliere2017-12-143-273/+303
|\
| * update tests to use the new spacing of expressions' str()Aymeric Vincent2017-12-122-257/+257
| * Remove some unnecessary parentheses when str()'ing expressionsAymeric Vincent2017-12-121-16/+46
|/
* Merge pull request #643 from commial/fix/support-llvmlite-0.21serpilliere2017-12-111-4/+4
|\
| * Travis: switch to llvm-5.0 for LLVMLite 0.21Ajax2017-12-111-4/+4
|/
* Merge pull request #640 from commial/fix/support-llvmlite-0.20Pierre Lalet2017-11-282-10/+9
|\
| * Update llvmlite install on travisAjax2017-11-281-8/+7
| * Update to new llvmlite way to get globalsAjax2017-11-241-2/+2
* | Merge pull request #635 from serpilliere/x86_fix_repCamille Mougey2017-11-081-1/+3
|\ \
| * | x86: fix rep ecxFabrice Desclaux2017-11-071-1/+3
| |/
* | Various Win32 API additions/fixes (#616)Adrien Guinet2017-10-317-29/+433
* | Merge pull request #628 from mrphrazer/fix_natural_loopsCamille Mougey2017-10-192-3/+3
|\ \ | |/ |/|
| * DiGraph: fixed node order in natural loop backedgesTim Blazytko2017-10-182-3/+3
|/
* Merge pull request #623 from commial/fix/removing-TODOserpilliere2017-10-051-1/+1
|\