cea-sec / miasm

Reverse engineering framework in Python
https://miasm.re/
GNU General Public License v2.0
3.42k stars 470 forks source link

Can't disasm Thumb2 instruction? D0 F8 58 90 for instance #686

Open orlando1986 opened 6 years ago

orlando1986 commented 6 years ago

miasm seems can't disam arm thumb2 instruction, for example: D0 F8 58 90 in IDA, it represents: LDR.W R9, [R0,#0x58] but miasm return nothing

serpilliere commented 6 years ago

Yes: there are a lot of thumb "T3" encoded style instructions which are not supported yet. I May do a PR in the future which includes the missing instructions