-
ZydisDisassembleIntel is quite convenient for its simplicity. I was wondering if it is possible to control/modify its output. For instance, the address uses lowercase 'a'..'f', can that function be somehow told to use uppercase ? If yes then the question is how Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
mappzor
Mar 7, 2024
Replies: 1 comment 3 replies
-
No, it's not possible. If you need greater control look into formatter API and use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
440bx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it's not possible.
ZydisDisassemble*
functions are quick, convinient, all-in-one functions which accept minimal input.If you need greater control look into formatter API and use
ZYDIS_FORMATTER_PROP_HEX_UPPERCASE
.