keystone-engine / keypatch

Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
http://www.keystone-engine.org/keypatch
GNU General Public License v2.0
1.49k stars 355 forks source link

Made ARM recognition fault-tolerant #2

Closed ghost closed 8 years ago

ghost commented 8 years ago

I have some Cortex-M3 databases where idaapi.get_inf_structure().is_32bit() returns false. The reason is unknown and can't be reproduced. These databases have been created with versions < 6.8 of IDA.

aquynh commented 8 years ago

Great! Can you plz report the value of "cpuname" in your case?

aquynh commented 8 years ago

merged, thanks!