about summary refs log tree commit diff stats
path: root/example/expression/expr_reduce.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-09Expression: no default size for ExprIdFabrice Desclaux1-1/+1
2018-02-09Add EMMS, implemtend as a NOPAjax3-0/+11
2018-02-09Add MASKMOVQ/MASKMOVDQU instructionAjax3-1/+59
2018-02-09Fix PEXTRW 0F C5 formAjax2-6/+6
2018-02-09Add PAVGB/PAVGW instructionAjax3-0/+32
2018-02-09Add PSADBW instructionAjax3-0/+36
2018-02-09Add PMADDWD instructionAjax3-0/+28
2018-02-09Add PMULUDQ instructionAjax3-0/+32
2018-02-09Add PMAXSW instructionAjax3-0/+11
2018-02-09Unify the way PMIN / PMAX worksAjax1-61/+17
2018-02-09Add PADDSB/PADDSW instructionAjax3-0/+32
2018-02-09Fix PMINSW semanticAjax1-6/+15
2018-02-09Add PSUBSB/PSUBSW instructionAjax3-7/+38
2018-02-09Add PMULHW / PMULHUW instructionAjax3-0/+48
2018-02-09Add PADDUSB/PADDUSW instructionAjax3-0/+39
2018-02-09Add PSUBSUB/PSUBUSW instrAjax3-25/+79
2018-02-09Add PMULLW instructionAjax3-0/+26
2018-02-09Add PACKSSDW instructionAjax3-0/+18
2018-02-09Add PACKUSWB instructionAjax3-0/+43
2018-02-09Add PCMPGTW instruction (semantic already exists)Ajax1-0/+5
2018-02-09Add PACKSSWB instructionAjax3-0/+59
2018-02-09Fix tipoFabrice Desclaux1-1/+1
2018-02-09DataFlow: Normalize class namesFabrice Desclaux1-20/+25
2018-02-09IRBlock: getitem/len on assignblksFabrice Desclaux8-34/+42
2018-02-09IRBlock: irblock iterates on its assignblksFabrice Desclaux20-75/+80
2018-02-09IRBlock: replace irs by assignblksFabrice Desclaux23-85/+91
2018-02-02Asmblock: fix dis_block_callbackFabrice Desclaux6-16/+25
2018-02-02X86: fix cdq/cbw...Fabrice Desclaux4-15/+489
2018-02-01Aarch64/sem: add ld[ur]s[[bhw]Fabrice Desclaux1-15/+31
2018-01-29adding bicsGAJaloyan1-1/+18
2018-01-29Fix: 'brakpoint' -> 'breakpoint'William Bruneau1-1/+1
2018-01-26Add PREFETCHNTA instruction semantic (as a NOP)Ajax1-3/+6
2018-01-26Add PCMPGTB instructionAjax2-0/+8
2018-01-26Add PSRLDQ semanticAjax1-0/+12
2018-01-26Add PALIGNR x86 instruction (asm & semantic)Ajax3-0/+35
2018-01-26Add support for BNDMOV instruction (with an empty semantic)Ajax3-0/+20
2018-01-26Add support for BND registers and parsing in disassemblyAjax2-10/+74
2018-01-26Fix BSR / BSL / CLZ implementation to avoid signed overflowAjax2-8/+7
2018-01-16append b to the opens mode ; Python on Windows makes a distinction between te...w4kfu9-15/+15
2018-01-16Jitter: remove french debug stringmkrzywix1-4/+4
2018-01-12adding ucomisdGAJaloyan2-1/+18
2018-01-11WinAPI: fix ntdll memset abiFabrice Desclaux1-2/+2
2018-01-11MSP430: add ctypeFabrice Desclaux2-1/+72
2018-01-11Example: fix disasm wdFabrice Desclaux1-0/+1
2018-01-11Expression: use stp translatorFabrice Desclaux3-194/+107
2018-01-09Ida/Example: clean symbexec pluginFabrice Desclaux1-12/+0
2018-01-09Ida/Example: fix symbexec pluginFabrice Desclaux1-10/+77
2018-01-05Example/IDA: update IR string outputFabrice Desclaux1-49/+69
2017-12-30X86: fix rdmsr/wrmsr semanticFabrice Desclaux1-11/+5
2017-12-30X86: add mfence/sfence/prefetchFabrice Desclaux3-0/+41