ITunes Backup Reader Versions Save

Python 3 Script to parse out iTunes backups

v4.0.1

3 years ago

Binary now includes encryption support that was normally in regular python script

v4.0

3 years ago

Implemeted iOS 10 + decryption

Using James Sharkey - jsharkey13 code from: https://github.com/jsharkey13/iphone_backup_decrypt which also uses Google's dataprotection, we can now decrypt backups from iOS 10 - 13.5 (Tested versions)

v3.1

4 years ago
  • KAPE Support with updated module
  • IR Mode which automatically goes through drive and finds iTunes backups
  • Bulk processing - Point at a directory of iTunes backups to read them all at once

v3.0

4 years ago
  • Partial rewrite
  • Now FULLY supports parsing unencrypted MBDB backups!
    • ex. You can now recreate file structures with older iTunes Backups
  • Can now output to CSV, TXT or DB
  • More detailed application reports
  • More accurate timestamp labeling
  • Many bug fixes
  • Still no support for decrypting backups :(

v3.0b1

4 years ago

Beta & Unstable release of iTunes_Backup_Reader 3.0

  • Almost fully rewritten
  • Renamed tool to more accurately describe what it does
  • Only supports txt output now (csv, db will be added soon)
  • Now supports older backups

v2.1.3

4 years ago

Fixed issue with replacing illegal characters

v2.1.2

4 years ago

Fix issue with iOS 13 Beta 1's FRPD and file copying

v2.1.1

5 years ago

Fixed magic bytes to correctly parse the FRPD on older devices

v2.1

5 years ago

Check README for update notes

v2.0

5 years ago

Added support for recreating the file structure completely on unencrypted backups Added field for each installed application if they were possibly sideloaded More verbose logging Better exception handling Better KAPE implementation by separating backups into folders based on users