ret2jazzy / disasm.pro

A realtime assembler/disassembler (formerly known as disasm.ninja)
https://disasm.pro/
291 stars 31 forks source link

ARM64 incorrect operation #9

Open megapro17 opened 7 months ago

megapro17 commented 7 months ago

E8 0F 1F 32 is disassembled to mov w8, #0x1e when it should orr w8, wzr, #0x1e

https://shell-storm.org/online/Online-Assembler-and-Disassembler/ https://disasm.czbix.com/ does work correctly when it uses the same tools