capstone icon indicating copy to clipboard operation
capstone copied to clipboard

ARM64 opcode renaming thing

Open radare opened this issue 6 years ago • 1 comments

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

radare avatar Jun 20 '19 14:06 radare

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).

Rot127 avatar Nov 02 '23 14:11 Rot127