Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 462 Bytes

Abextract - ADB backup extractor and repacker tool

Features

abextract is a simple tool to extract and repack backup made by adb written in C.

TODO

*Repack backup - ✅ Done!

*Encryption - ❌

Usage :

unpack:

    abextract unpack   <backup.ab> <backup.tar>

pack:

   abextract pack   <backup.tar> <backup.ab>

Installation

Clone the project

$ git clone https://github.com/anoop142/abextract.git

Build it!

$ make install