Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 605 Bytes

File metadata and controls

35 lines (23 loc) · 605 Bytes

AntiSplit

Merge split APK files (APKS, APKM, XAPK) into a single APK and sign it.

Dependencies

  • apkeditor – merges split APKs
  • apksigner – signs the APK
  • gum – adds a progress spinner
  • figlet – displays a banner

Installation

From the TermuxVoid Repo repository:

apt update
apt install antisplit -y

Usage

antisplit <file.apks|apkm|xapk>

The signed APK will be saved in the same directory as the input file, with _signed.apk appended.

Example:

antisplit app.apks

Output: app_signed.apk