-
If I have an Instruction, is it possible to check if it uses rex prefix? I looked through the docs and couldn't find anything. Event |
Beta Was this translation helpful? Give feedback.
Answered by
wtfsck
Aug 30, 2023
Replies: 1 comment
-
There's no function that can do that. Why do you need to know if it has a The only workaround is to parse the bytes yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wtfsck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no function that can do that. Why do you need to know if it has a
REX
prefix?The only workaround is to parse the bytes yourself.