mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-07 05:50:27 +00:00

General cleanup of opcode selection and invalid opcode handling. Also fixes the bug of two-operand instructions being decoded as six-bytes long instead of four bytes long (#11000). Also fixes some out of bounds reads. Fixes #11000