fkie-cad / fact_extractor

Standalone Utility for FACT-like extraction
GNU General Public License v3.0
80 stars 31 forks source link

srec unpacker bug #72

Closed jstucke closed 3 years ago

jstucke commented 3 years ago

The srec files unpacked by the generic carver often contain additional data at the end which leads to the plugin failing with the error

'utf-8' codec can't decode byte 0xf4 in position 148638: invalid continuation byte

Stopping at the point where this error occurs should be an easy fix

jstucke commented 3 years ago

alternatively using objcopy is more robust and converts the file without error