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

ics-lab/backup-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple iDevice backup extractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages