Extracting
Prerequisites
Extract
Run
mpcimg
withmpcimg extract <firmware_file> <output_file>
Run
binwalk
on the resulting<output_file>.img
withbinwalk -e <output_file>.img
Now the rootfs is in a folder for you to browse/modify.
Signed Firmware Images
Make sure you have the latest version of binwalk (version
2.x
couldn't extract it,3.1.1
could)Extract the image with
binwalk -eM <image>
. The rootfs will be in a subfolder inextractions
somewhere.
Additional References
mpcimg
- Tool for extracting and repackaging MPC firmwares
Last modified: 15 November 2024