mbdbdump - analyze contents of an iPhone backup
mbdbdump MBDB_FILE [ list | extract | cat PATH ]
Perform operations on MBDB_FILE
.
list the contents of the backup described by MBDB_FILE
.
extract the entierty of the backup described by MBDB_DUMP
to the current
directory.
dump contents of PATH
to the standard output. PATH
is a file present in the
backup described by MBDB_FILE
.
mbdbdump ~/Backups/iPhone/2014-10-19/Manifest.mbdb list
mbdbdump ~/Backups/iPhone/2014-10-19/Manifest.mbdb cat HomeDomain-Library/SMS/sms.db
cd /tmp/iPhone-extract; mbdbdump ~/Backups/iPhone/2014-10-19/Manifest.mbdb extract
Written by Stephane Sezer <[email protected]>
.
This tool is published under the BSD 3-clause license.