ios
ios copied to clipboard
Utility to extract files and keychain information from iOS backups
It appears irestore stops after it reaches a certain point. I've looked at limits and they are set to unlimited. Here is my config: Ubuntu 22.04.1 16GB ram 1TB filesystem...
Added .cred file at end of args, this time using correct source branch for PR
Currently, restored files are created as new files. This change preserves the `atime` and `mtime` metadata extracted from the backup.
This pull request adds support for encrypting the result of the `dumpkeys` command with a new `encryptkeys` command. This effectively allows one to edit the iOS Keychain without a jailbreak...
Switch to the more modern go modules layout.
This feature isn't documented at all and is a common use case.
Thanks to @dunhamsteve for this tool, it helped me solve my problem today. But when I had a little trouble using it I got this PR after trying to solve...
I'm transferring all the backup files to a Linux box where is easier for me to build this tool. But how to build and actually use it ? Thank you...
Not sure what, if anything can be done to deal with this, but I figured I'd note the issue. OSX Mojave is locking down the backup directory to the point...
In the domain column of the Manifest.db Files table, logical subdirectories are delineated with a `-`. By replacing the `-` with a `/`, the directory structure on a full restore...