capstone
capstone copied to clipboard
ARM64 opcode renaming thing
IDA does that:
ORR X0, WZR, X1 -> MOV X0, X1
not sure if we want to have an option in CS to have a way to get such aliasings. This is just a helper for the reader and its actually faking the real type of instructtion that is executed, so IDA lies once again in here.
I'm filling this issue for discussion
After #2026 is merged we can implement this easily by adding a flag. Currently always the alias syntax is used, but the detail can be selected (real vs. alias details).