This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- This is SQL query to extract AddressBook info from respective sqlite3 file from iOS backup. | |
-- It has been tested only on my own backup, so, if anything is wrong, fork, edit, and stuff. | |
-- | |
-- # parse-manifest.py from http://stackoverflow.com/questions/3085153/how-to-parse-the-manifest-mbdb-file-in-an-ios-4-0-itunes-backup | |
-- | |
-- $ python ../parse-manifest.py | grep AddressBook.sqlitedb | |
-- -rw-r--r-- 000001f5 000001f5 1654784 1312812502 1312812502 1287387943 (31bb7ba8914766d4ba40d6dfb6113c8b614be442)HomeDomain::Library/AddressBook/AddressBook.sqlitedb | |
-- | |
-- $ sqlite3 31bb7ba8914766d4ba40d6dfb6113c8b614be442 |