You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like @Rot127 and I have discussed this before, but I can't see an issue for this and wanted to make sure it wasn't lost!
Essentially, when disassembling with real detail (i.e. using the -r flag for cstool, or CS_OPT_DETAIL_REAL) the mnemonic and operand string are not updated to match the real detail - they are still that of the alias.
I think it would add clarity to also revert the opcode mnemonic and operand string (perhaps alongside the alias) so that one can align each Capstone operand "object" with the diassembled string.
The text was updated successfully, but these errors were encountered:
Feature
language
Describe the feature you'd like
@Rot127 and I have discussed this before, but I can't see an issue for this and wanted to make sure it wasn't lost!
Essentially, when disassembling with real detail (i.e. using the
-r
flag for cstool, orCS_OPT_DETAIL_REAL
) the mnemonic and operand string are not updated to match the real detail - they are still that of the alias.I think it would add clarity to also revert the opcode mnemonic and operand string (perhaps alongside the alias) so that one can align each Capstone operand "object" with the diassembled string.
The text was updated successfully, but these errors were encountered: