If you capture an encrypted backup, you have to decrypt it first with mvt-ios decrypt-backup [...].
However, if you forget about doing so, MVT does not warn you about it, but performs a full analysis throwing file is not a database many times.
It would be so cool if the mvt.ios.modules.backup.manifest module could just stop the whole analysis (and suggest decryption) when it detects unexpected format of the Manifest.db.
If you capture an encrypted backup, you have to decrypt it first with
mvt-ios decrypt-backup [...].However, if you forget about doing so, MVT does not warn you about it, but performs a full analysis throwing
file is not a databasemany times.It would be so cool if the
mvt.ios.modules.backup.manifestmodule could just stop the whole analysis (and suggest decryption) when it detects unexpected format of theManifest.db.