Skip to content

Commit

Permalink
Apple IPA files reuse code 99 for LZFSE
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Nov 26, 2023
1 parent 0b603ee commit 6c8b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zipdetails
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ my %ZIP_CompressionMethods =
96 => 'WinZip JPEG Compression',
97 => 'WavPack compressed data',
98 => 'PPMd version I, Rev 1',
99 => 'AES Encryption',
99 => 'AES Encryption', # Apple also use this code for LZFSE compression in IPA files
);

my %OS_Lookup = (
Expand Down

0 comments on commit 6c8b232

Please sign in to comment.