Filesystem compression #136
Unanswered
yarghpirates
asked this question in
Q&A
Replies: 2 comments 4 replies
-
A while ago I played with this and I had some luck with jefferson. I just tried to install jefferson again and am having some issues with lzo on an m1 mac. Going to try to find my notes.. |
Beta Was this translation helpful? Give feedback.
2 replies
-
After working on it for hours, enjoy : https://github.com/ludwig-v/wireless-carplay-dongle-reverse-engineering/tree/master/Flash_Dump/Tools @jsm174 @yarghpirates, never too late ahah |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to mount (and binwalk extract) the JFFS2 filesystems from the flash dumps in this repo. It appears that the filesystems are compressed, mostly with ZLIB compression.
While they all mount, the files in some of them are inaccessible and dmsg log shows the follow errors when you try to read the contents:
jffs2: compression type 0x16 not available
jffs2: Error: jffs2_decompress returned -5
Binwalking will successfully extract the inodes of the filesystem, but doesn't decompress them, again due to the unsupported compression type (0x16).
Has anyone figured out what is going on here? These issues have happened for the following flash dumps:
MX25L12835F_CFW_20210830.BIN
MX25L12835F_FW_20200804.bin
MX25L12835F_FW_20210306.bin
MX25L12835F_FW_20210306_2.bin
Beta Was this translation helpful? Give feedback.
All reactions