7-ZIP (LZMA) compression for iPhone (iOS)

epoch picture epoch · Jul 2, 2010 · Viewed 9k times · Source

Does anybody know if there is an implementation of 7-Zip (LZMA) that would work on iPhone (iOS)?

Answer

MoDJ picture MoDJ · May 21, 2011

I have created an iPhone example app with integrated 7zip LZMA SDK support. You can download it here. This example is based on LZMA SDK 9.21 beta. It includes only decode functions and the adler checksum logic is disabled at compile time, to improve performance. The example download is an iPhone xcode project file and all needed files.