nccgroup / depthcharge

A U-Boot hacking toolkit for security researchers and tinkerers
https://depthcharge.readthedocs.io
BSD 3-Clause "New" or "Revised" License
257 stars 14 forks source link

DataAbort parse failure #79

Closed jynik closed 3 years ago

jynik commented 3 years ago

The "Mode" entry in an ARM data abort dump will contain an additional (T) entry if the device is in Thumb mode.

This triggers an unexpected failure because the assignment expects a name, value pair, but split(' ') is looking to provide three fields in this case.

jynik commented 3 years ago

Fixed staged in next @ d2d4da3ea5f73b982789fec6e1604224a8ab3be7.