Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

call_history file malformed #1

Closed
ArifJezir opened this issue Jan 14, 2020 · 5 comments
Closed

call_history file malformed #1

ArifJezir opened this issue Jan 14, 2020 · 5 comments

Comments

@ArifJezir
Copy link

call_history.sqlite -> file was not open sqlite db

@jsharkey13
Copy link
Owner

Is it a recent encrypted backup, created from iOS13 by iTunes on Windows? Is the decryption password definitely correct (i.e. try an invalid password just to check you do see an error)? How did you verify the SQLite file was malformed?

You could also try these projects, which are also copies of the underlying Google library:
https://github.com/avibrazil/iOSbackup (Python)
https://github.com/garrett-davidson/iOS-Backup-Forensics-Toolkit (Swift)

jsharkey13 added a commit that referenced this issue Mar 12, 2020
# For some reason, certain files seem to have a "Size" attribute
# that does not match up to the true byte length of the file,
# leading to actual data being truncated incorrectly.
# Instead, use the latest version of the Google code that implements
# removal of RFC 1423 CBC padding correctly, and ignore reported
# file size.
# This is likely the cause of #1.
@jsharkey13
Copy link
Owner

@ArifJezir; I think I have reproduced this issue and fixed it. If you try using the latest version from GitHub, do you still have the same issue?

@jsharkey13
Copy link
Owner

I believe this is now fixed. Please re-open with more details if not.

@ArifJezir
Copy link
Author

ArifJezir commented Apr 1, 2020

Thanks it's working !!!!!

@ArifJezir
Copy link
Author

ArifJezir commented Apr 8, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants