Analysis updated 2026-05-18
Merge a split .apks package into a single installable APK.
Patch dex code related to PairIP app protection.
Strip split package metadata from an app's manifest before rebuilding.
Apply a static translation JSON to restore PairIP-dumped values.
| ispointer/repairip | magic-meet/retrieve-pro-plus | zerozshare/openfriendmod | |
|---|---|---|---|
| Stars | 30 | 31 | 29 |
| Language | Java | Java | Java |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
The README gives little written detail on usage, the video tutorials are the main documentation.
RePairip is a command line utility written in Java for working with Android app packages that use Google Play's PairIP app protection system. The README is quite short and mostly describes what the tool can do rather than how each feature works internally. According to the project, RePairip can merge split .apks packages back into a single package, patch dex code related to PairIP protection, remove split package metadata from the app manifest, and rebuild the resulting APK. It can also optionally apply a static translation file in JSON format to restore values that PairIP protection had dumped or hidden. The README does not go into detail about how the underlying protection works or what specific dex modifications are made, so anyone using the tool would need to rely on its command line help or the linked video tutorials for the exact steps. The project links to two video walkthroughs, one hosted on a site called RevDex.Re and one posted to a Telegram channel, along with two preview screenshots showing the tool's interface and an example of what a dumped package looks like. The README states the current version is 1.4.14, that it is written in Java 17, and that it is built with Gradle using the Shadow Jar plugin, which bundles all dependencies into a single runnable jar file. Beyond installing a Java 17 environment and building or downloading the jar, the README gives no other setup instructions, dependency list, or usage examples in text form. It is released under the Apache License 2.0, copyright HighCapable, which permits free use, modification, and redistribution, including commercial use, as long as the license and copyright notice are preserved.
A Java command line tool for merging, patching, and rebuilding Android APKs protected by Google Play's PairIP system.
Mainly Java. The stack also includes Java, Gradle, Shadow Jar.
Use, modify, and redistribute freely, including commercially, as long as you keep the license and copyright notice.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.