A simple iDevice backup extracting tool using Manifest.db
It supports the latest version of iOS(iPhone, iPad) backup.
Make sure that you have installed Python >=3.7 and pip before installation.
- If you are using pyenv virtualenv, run a commands below to make separated python environment.
$ cd backupextractor
$ pyenv install 3.7
$ pyenv virtualenv 3.7 <env_name>
$ pyenv local <env_name>
$ pip install -r requirement.txt
Enter python extractor.py --help
to get usage.