jsharkey13 / iphone_backup_decrypt

Decrypt an encrypted iOS backup created by iTunes on Windows or MacOS
Other
257 stars 43 forks source link

File extract stops at 9999 numbered item. #4

Closed borislav1212 closed 2 years ago

borislav1212 commented 2 years ago

I was extracting camera_roll from an encrypted backup (I ran the example code) and the output files were using the names IMG_0001 to IMG_9999. After 9999 the program stopped but there were certainly more photos. I have 0 coding experince and no idea how to fix this on my own (barely got the program running).

borislav1212 commented 2 years ago

my bad, rest of files were not in camera_roll domain

jsharkey13 commented 2 years ago

Ah, iOS has changed how it stores photos in recent versions; does my example need updating?