sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.74k stars 164 forks source link

Support for decompressing file using algorithm 9 (LZFSE ATTR) #159

Closed Damenly closed 2 years ago

Damenly commented 2 years ago

As much as I can tell, the cdata of the algorithm type 9 is 0xcc. And I verify that decompressed data is same as my MacOS shows e.g. /mnt/root/Library/Apple/System/Library/CoreServices/SafariSupport.bundle/Contents/PreferencePanes/Passwords.prefPane/Contents/Resources/de.lproj/InfoPlist.strings

Signed-off-by: Su Yue l@damenly.su