x86: enable bunch of instructions via CPUID. this fixes issue #91

This commit is contained in:
Nguyen Anh Quynh
2015-09-02 00:16:45 +08:00
parent 4f7b91d0b7
commit 90fc201f8d
2 changed files with 6 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ uc = Uc(UC_ARCH_X86, UC_MODE_64)
uc.mem_map(0x2000, 0x1000)
# pshufb xmm0, xmm1
uc.mem_write(0x2000, '660f3800c1'.decode('hex'))
uc.emu_start(0x2000, 0)
uc.emu_start(0x2000, 0x2005)