MaxiHuHe04 / iTunes-Backup-Explorer

A graphical tool that can extract and replace files from encrypted and non-encrypted iOS backups
MIT License
457 stars 37 forks source link

sms.db malformed #1

Closed sebay closed 3 years ago

sebay commented 3 years ago

Hi, I have exported sms.db but am unable to use it with sqlite3: Error: database disk image is malformed Any idea what could be the issue and how I could troubleshoot? Thank you.

sebay commented 3 years ago

It seems my database is really corrupted. May not have to do with itunes backup.

danem commented 1 year ago

@sebay

Any resolution on this? I've run into the same issue.

Edit: I was able to access the database using sqlite3 sms.db ".recover" | sqlite3 sms-recovered.db