https://github.com/signtools/admanager-tool
TIGI Software Apps Manager backup management tool
https://github.com/signtools/admanager-tool
admanager apps-manager backup jailbreak keychain tigisoftware tool tweak
Last synced: 6 months ago
JSON representation
TIGI Software Apps Manager backup management tool
- Host: GitHub
- URL: https://github.com/signtools/admanager-tool
- Owner: SignTools
- Created: 2024-04-13T13:49:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T13:54:03.000Z (about 1 year ago)
- Last Synced: 2024-11-08T10:47:46.396Z (8 months ago)
- Topics: admanager, apps-manager, backup, jailbreak, keychain, tigisoftware, tool, tweak
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADManager Tool
This is a simple backup management tool for TIGI Software Apps Manager. It allows you to unpack and repack the encrypted `__private_info`, which contains the backup's keychain dump. The produced file is bit-perfect match of the original.
## Usage
```
TIGI Software Apps Manager backup tool.positional arguments:
{pack,unpack} Operation to perform.
input File to read.
output File to save.options:
-h, --help show this help message and exit
```Examples:
```bash
./admanager-tool.py unpack __private_info unpacked
./admanager-tool.py pack unpacked __private_info
```