๐ข Requirement PKG ๐ข
termux-setup-storage
pkg update -y
pkg upgrade -y
pkg install python -y๐๐ป To install ApkPatcher, Run only any one cmd from the Installation Method
๐ข PYPI ( Just Testing ) ๐ข
pip install ApkPatcherX
1st. Method
๐ข For Latest Commit ( From Mainย Branch )ย ๐ข
pip install --force-reinstall https://github.com/TechnoIndian/ApkPatcher/archive/refs/heads/main.zip
OR
pip install --force-reinstall https://github.com/TechnoIndian/ApkPatcher/archive/refs/heads/main.tar.gz
OR
curl -Ls https://github.com/TechnoIndian/Tools/releases/download/Tools/ApkPatcher.sh | bash
2nd. Method
pkg install python git && pip install git+https://github.com/TechnoIndian/ApkPatcher.git
pip uninstall ApkPatcherX
Mode -i โธ Smali Patcher ( Input Your APK Path )
Default Patch is VPN & SSL Bypass
ApkPatcher -i YourApkPath.apk
Flag: -a โธ Try with APKEditor ( Default APKTool )
ApkPatcher -i YourApkPath.apk -a
Flag: -c โธ Embed Your Captural APK's Certificate
With Your Certificate ( Input Your .pem / .crt / .cert Path )
If you have already installed your certificate under CA Certificates in your device settings, then you donโt need to use the "-c YourCertificatePath.cert" parameter, because the user certificate is already trusted by network_security_config.xml
ApkPatcher -i YourApkPath.apk -c YourCertificatePath.cert
Multiple Certificate
ApkPatcher -i YourApkPath.apk -c /sdcard/HttpCanary/certs/HttpCanary.pem /sdcard/Download/Reqable/reqable-ca.crt /sdcard/Download/ProxyPinCA.crt
Flag: -e โธ If using emulator on PC
ApkPatcher -i YourApkPath.apk -e
Flag: -u โธ Keep UnSigned APK
ApkPatcher -i YourApkPath.apk -u
Flag: -f / -p / -p -x โธ Flutter & Pairip SSL Bypass
For Flutter, Script By ๐ฎ๐ณ AbhiTheM0dder ๐ฎ๐ณ
ApkPatcher -i YourApkPath.apk -f
For Pairip ( UnSigned APK, Use Only in VM / Multi App )
ApkPatcher -i YourApkPath.apk -p
CoreX HooK For Pairip ( Install Directly, Only For [ arm64 ] )
ApkPatcher -i YourApkPath.apk -p -x
Flag: -D โธ Hook Android ID For One Device Login Bypass
Input Your 16 Digit Android ID
ApkPatcher -i YourApkPath.apk -D 7e9f51f096bd5c83
Flag: -pkg โธ Spoof Package Detection ( Dex / Manifest / Res )
ApkPatcher -i YourApkPath.apk -pkg
Flag: -P โธ Purchase / Paid / Price
ApkPatcher -i YourApkPath.apk -P
Flag: -rmss / -rmusb โธ Bypass Screen / USB Restriction
Bypass Screenshot Restriction
ApkPatcher -i YourApkPath.apk -rmss
Bypass USB Debugging
ApkPatcher -i YourApkPath.apk -rmusb
Flag: -skip โธ Skip Patch (e.g., getAcceptedIssuers)
ApkPatcher -i YourApkPath.apk -skip getAcceptedIssuers
Flag: -A โธ AES MT Logs Inject
ApkPatcher -i YourApkPath.apk -A
Do U Want Separate AES.smali Dex
ApkPatcher -i YourApkPath.apk -A -s
Flag: -r โธ Random / Fake / Spoof Device Info
ApkPatcher -i YourApkPath.apk -r
Input Your 16 Digit Custom Android ID
ApkPatcher -i YourApkPath.apk -r -D 7e9f51f096bd5c83
Flag: -rmads โธ Remove Ads
ApkPatcher -i YourApkPath.apk -rmads
Flag: -t โธ Telegram / Plus Patch, Script By ๐ฎ๐ณ AbhiTheM0dder ๐ฎ๐ณ
ApkPatcher -i YourApkPath.apk -t
Flag: -pine -l โธ -pine -l ( Input Path of Xposed & LSP Module )
Mutil Path Supported, But module path should not contain space or symbols.
ApkPatcher -i YourApkPath.apk -pine -l NoVPNDetect.apk just.trust.me.apk
Mode -m โธ Anti-Split ( Only Merge APK )
Supported Extensions ( .apks / .apkm / .xapk )
ApkPatcher -m YourApkPath.apks
Mode -C โธ Credits
ApkPatcher -C
ApkPatcher -h
ApkPatcher -O