Replies: 1 comment
-
Does anyone know which function should I use to check whether an operand is a byte pointer or word pointer or qword ptr? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get the length of operands in compare instructions. I have tried to use
However, for the case (X86-64) like
outputs 64 instead of the expected value 32
I couldn't find the proper function to use to get the length of an operand. Maybe someone here can help? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions