airbus-seclab / bincat

Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
1.66k stars 159 forks source link

INFO:bincat.plugin:CPU 'ARMB' is not supported, not loading BinCAT #104

Closed AlixAbbasi closed 4 years ago

AlixAbbasi commented 4 years ago

Hi, When using bincat for an ARM v7 big endian (Cortex-R4) got an error for not supporting big endian in ARM, while it is officially mentioned that ARM v7 is supported. While Cortex-R4 Big Endian is officially part of ARMv7. Here is error:

INFO:bincat.plugin:CPU 'ARMB' is not supported, not loading BinCAT

Lastpixl commented 4 years ago

Hi, I have updated the IDA plugin to support ARM big endian CPUs. It should be supported by BinCAT. Please keep us posted if it does not work! Cheers

AlixAbbasi commented 4 years ago

Solved as expected. I thought it is not officially supported.