Skip to content

Restructure the iOS backup directory from GUID directories to human-readable

License

Notifications You must be signed in to change notification settings

trib0r3/iosBackupReconstruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iosBackupReconstruct

Reconstruct the human-readable file structure from decrypted guid-based iOS Backup file structure.

Usage

python3 iosBackupRestructure.py ./decrypted-backup ./output

How it works

Script reads the contents of Manifest.db file and writes:

  • files (type flags = 1) under paths in relativePath column
  • meta-files (column file, flags !=1 ) are stored in directories provided under relativePath in files with name: meta-domain.flags.plist

About

Restructure the iOS backup directory from GUID directories to human-readable

Topics

Resources

License

Stars

Watchers

Forks

Languages