mirror of
https://github.com/ispointer/RePairip.git
synced 2026-09-24 20:04:30 +02:00
52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
<p align="center">
|
|
<img src="preview/re.png" width="100" height="100" alt="RePairip logo"/>
|
|
</p>
|
|
|
|
<h1 align="center">RePairip</h1>
|
|
|
|
<p align="center">
|
|
A Java reverse engineering utility for analyzing and rebuilding Android APK/APKS packages that use Google Play Google加固 protection.
|
|
</p>
|
|
|
|
<p align="center">
|
|
<b>Current version:</b> 1.4.14 |
|
|
<b>Language:</b> Java 17 |
|
|
<b>Build:</b> Gradle + Shadow Jar
|
|
</p>
|
|
|
|
|
|
## Overview
|
|
|
|
RePairip is a command-line tool that works with PairIP-protected Android packages. It can merge split `.apks` packages, patch PairIP-related dex code, clean split metadata from the manifest, rebuild the APK, and optionally apply a static translation JSON to restore dumped PairIP values
|
|
|
|
## Screenshots
|
|
|
|
| App UI | Dump Style |
|
|
| --- | --- |
|
|
|  |  |
|
|
|
|
|
|
### tutorial
|
|
## Project Previews
|
|
|
|
<table align="center">
|
|
<tr>
|
|
<td align="center" width="300">
|
|
<b>TreeView</b><br>
|
|
<video src="https://github.com/user-attachments/assets/140ecd9d-91b6-40ac-a707-708bbfa5a3e8" width="100%" height="600" style="width: 100%; height: 600px;" controls></video>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
## License
|
|
|
|
This project is distributed under the Apache License 2.0.
|
|
|
|
```text
|
|
Apache License
|
|
Version 2.0, January 2004
|
|
https://www.apache.org/licenses/
|
|
```
|
|
|
|
Copyright (C) 2026 HighCapable
|