Zip IPA Reconstructor. It generate an IPA package from an installed app on an iOS jailbroken device using Frida.
Project description
ZIPAR
The Zip IPA Reconstructor (or Zip IPA Retriever, if you prefer).
This project re-creates an IPA from an installed Application in an jailbroken iOS device.
This project started as a fork of the famous frida-ios-dump
The name ZIPAR came as it is an foreignism in portuguese language, that literally means "to zip".
Installation
To use this tool, it is highly recomended to use an virtualenv (although not necessary). A quick bootstrap:
python3 -m venv venv(the last parameter can be any name to a folder to be venv)source venv/bin/activate
After that, just install using pip:
pip install zipar
Another option is to clone this repo, and to install via pip, or run via uv.
git clone https://github.com/paivao/ZIPARpip install .
Usage
This tool connects to iOS device using Frida. By default, it uses USB, but can use an remote connection too.
It will attach to the requested application, either by name, bundle id or PID. If name or bundle is used, but the application is not running, it will be spawned first.
It can, also, attach to the frontmost application.
For more information, use zipar -h to get help.
Issues
If the following error occurs, please open the application before dumping:
- causes device to reboot
- lost connection
- unexpected error while probing dyld of target process
Contribute
This project uses uv to manage, so you need to install it first. It can be installed using pip or cargo.
The Frida scripts need to be compiled using frida-compile, and the package frida-tools is needed to run it.
If you modify any Typescript code, you need to run npm run build inside agent directory.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zipar-0.1.2.tar.gz.
File metadata
- Download URL: zipar-0.1.2.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b482503160d1618ffe3743329674e64eec54dec4f033cb3b3e7e32c3b82416c
|
|
| MD5 |
4f19892e86767f92e18976af04a5c670
|
|
| BLAKE2b-256 |
c355cbb7bc56c96ececd3e0a6358f411547630ba94a19c1bc4ce6037f6a00399
|
File details
Details for the file zipar-0.1.2-py3-none-any.whl.
File metadata
- Download URL: zipar-0.1.2-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bf5d37643e4be7a688a217cccf1430321e6ac29d6b02b9da217feca19b43a6f
|
|
| MD5 |
39dbdfd8e84e3575fa5724acfec5e7d2
|
|
| BLAKE2b-256 |
3207b84c52a0bd645e5edaff481054bd0a182c92a5d0bd70ac24e6b901e26d66
|