horrorho / InflatableDonkey

iOS9+ iCloud backup retrieval proof of concept
MIT License
264 stars 87 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.