hackappcom / iloot

OpenSource tool for iCloud backup extraction
https://hackapp.com/
637 stars 201 forks source link

Another Memory Error #43

Open ghost opened 9 years ago

ghost commented 9 years ago

File "iloot.py", line 621, in download_backup(args.apple_id, args.password, args.output, args.item_types, args.snapshot, args.combined, args.itunes_style, args.domain) File "iloot.py", line 583, in download_backup client.download(UDID, types) File "iloot.py", line 461, in download self.authorize_get(authTokens, snapshot) File "iloot.py", line 248, in authorize_get data = self.download_chunks(container) File "iloot.py", line 292, in download_chunks dchunk = decrypt_chunk(d[i:i+chunk.chunk_length], chunk.chunk_encryption_ke , chunk.chunk_checksum) File "iloot.py", line 62, in decrypt_chunk clear = AESdecryptCFB(data, chunk_encryption_key[1:]) File "C:\iloot-master\iloot-master\crypto\aes.py" line 37, in AESdecryptCFB res += chr(ord(block[j]) ^ ord(ks[j])) MemoryError

This always happens when my backup is fairly large.

hackappcom commented 9 years ago

Hi. How much RAM do you have?

ghost commented 9 years ago

16 gigs