srlabs / extractor

Extractor: The Android firmware image extraction tool
Apache License 2.0
76 stars 16 forks source link

Implement EROFS_INODE_FLAT_COMPRESSION #3

Open rapperskull opened 2 years ago

rapperskull commented 2 years ago

Today I tried to extract a EROFS image, but I got stuck since EROFS_INODE_FLAT_COMPRESSION is not implemented. I know you're probably already aware of it, I just wanted to open this issue as a reminder and ask if there's an ETA.

jakoblell commented 2 years ago

Currently we don't have a timeline for it, back in the days when this code was written, EROFS_INODE_FLAT_COMPRESSION_LEGACY was more relevant than EROFS_INODE_FLAT_COMPRESSION. A PR implementing this would definitely be welcome.