x86: enable bunch of instructions via CPUID. this fixes issue #91
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user