Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 716 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 716 Bytes

BackupExtractor

A simple iDevice backup extracting tool using Manifest.db

Introduction

It supports the latest version of iOS(iPhone, iPad) backup.

Getting Started

Prerequisites

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>

Installing

$ pip install -r requirement.txt

Usage

Enter python extractor.py --help to get usage.