capstone icon indicating copy to clipboard operation
capstone copied to clipboard

unable to disassemble f3 48 0f 1e c8 (rdsspq rax) in Ubuntu 20.04

Open wine9527 opened this issue 4 years ago • 1 comments

The function disasm stopped running when disassembling f3 48 0f 1e c8

wine9527 avatar May 28 '21 16:05 wine9527

Refering to this, some CET instructions have been added in the  next branch. And for me that's pretty efficient:

$ uname -a
Linux off 5.11.0-25-generic #27~20.04.1-Ubuntu SMP Tue Jul 13 17:41:23 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ cstool x64 "f3 48 0f 1e c8"
 0  f3 48 0f 1e c8                                   rdsspq     rax

n4sm avatar Aug 09 '21 15:08 n4sm

In fact, when I use the Pin with XED, the result is: "nop rax, rcx", and there should be some update to fix it.

windhl avatar Jun 05 '23 09:06 windhl