about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-10Jitter: replace Resolve_dst with macroFabrice Desclaux2-10/+2
2016-05-10Jitter: cache on blocFabrice Desclaux2-38/+108
2016-05-09Jitter: use cpu aliasFabrice Desclaux1-2/+4
2016-05-09Jitter: parity lookup tableFabrice Desclaux2-21/+40
2016-05-07x86 sem: prefetchw and lfence addedNiko Schmidt1-0/+12
2016-05-07x86 sem: missing ud2 instruction in sem.py.Niko Schmidt1-1/+5
2016-04-27Update sem.pyNiko Schmidt1-1/+1
2016-04-27x86 arch: added x86 opcode decoding for PCMPGTDTim Blazytko2-0/+9
2016-04-27x86 arch: added x86 opcode decoding for SHUFPDTim Blazytko2-1/+5
2016-04-27x86 arch: added x86 opcode decoding for SHUFPSTim Blazytko2-0/+6
2016-04-27x86 arch: added opcode decoding for MOVMSKPSTim Blazytko2-0/+5
2016-04-27x86 arch: added opcode decoding for LFENCETim Blazytko2-0/+3
2016-04-27