keystone icon indicating copy to clipboard operation
keystone copied to clipboard

[X86_64] Compile wrong opcode "mov rax, gs:[0x188]"

Open peternguyen93 opened this issue 5 years ago • 0 comments

>>> code = asm('mov rax, qword ptr gs:[0x188]', 'x86_64')
>>> disas(bytes(code), 'x86_64')
0x4000:	movabs	eax, dword ptr gs:[0x188]

peternguyen93 avatar Aug 10 '19 09:08 peternguyen93