Reconstruct the human-readable file structure from decrypted guid-based iOS Backup file structure.
python3 iosBackupRestructure.py ./decrypted-backup ./output
Script reads the contents of Manifest.db
file and writes:
- files (type
flags = 1
) under paths inrelativePath
column - meta-files (column
file
,flags !=1
) are stored in directories provided underrelativePath
in files with name:meta-domain.flags.plist