mikeakohn / naken_asm

Assembler for MSP430, dsPIC, ARM, MIPS, 65xx, 68000, 8051/8052, Atmel AVR8, and others.
http://www.mikekohn.net/micro/naken_asm.php
GNU General Public License v3.0
290 stars 49 forks source link

ARM64 DISASM BUG #127

Closed NiYuMingRi closed 2 months ago

NiYuMingRi commented 2 months ago

uint8_t code[] = {0x01 ,0xF8 ,0x7F ,0x92};

disasm_arm64 Parsing this data will cause an infinite loop.

mikeakohn commented 2 months ago

Thanks for letting me know! This issue should be fixed now.

Just a heads up, the ARM64 code is in an alpha state.