horrorho / InflatableDonkey

iOS9+ iCloud backup retrieval proof of concept
MIT License
261 stars 89 forks source link

LZFSE decompression #83

Open oct-test opened 6 years ago

oct-test commented 6 years ago

I would like to know at what stage of the iCloud backup download process, the LZFSE decompression algorithm is applied?

0x311fc486c1 commented 6 years ago

Check file called FileAssembler.java, specifically write(...) function which puts together file chunks and also uses LZFSEInputStream for decompression.