💢 المتطلبات الأساسية 💢
termux-setup-storage && pkg update -y && pkg upgrade -y && pkg install python -y👉🏻 لتثبيت ApkPatcher، قم بتنفيذ أي أمر من الأوامر التالية
💢 PYPI ( للاختبار فقط ) 💢
pip install ApkPatcher-installأو
pip install ApkPatcher_installالطريقة الأولى
💢 لأحدث إصدار ( من الفرع الرئيسي ) 💢
pip install --force-reinstall https://github.com/TechnoYemen/ApkPatcher/archive/refs/heads/main.zipأو
pip install --force-reinstall https://github.com/TechnoYemen/ApkPatcher/archive/refs/heads/main.tar.gzأو
curl -Ls https://github.com/TechnoYemen/Tools/releases/download/Tools/ApkPatcher.sh | bashالطريقة الثانية
pkg install python git && pip install git+https://github.com/TechnoYemen/ApkPatcher.gitإزالة التثبيت
pip uninstall ApkPatcherطريقة الاستخدام
ApkPatcher
وضع -i ➸ تعديل Smali (أدخل مسار APK)
ApkPatcher -i مسار_التطبيق.apkبشهادة خاصة ( أدخل مسار pem / crt / cert )
ApkPatcher -i مسار_التطبيق.apk -c مسار_الشهادة.certشهادات متعددة
ApkPatcher -i مسار_التطبيق.apk -c /sdcard/HttpCanary/certs/HttpCanary.pem /sdcard/Download/Reqable/reqable-ca.crt /sdcard/Download/ProxyPinCA.crtإذا كنت تستخدم محاكي على الكمبيوتر فاستخدم العلم: -e
ApkPatcher -i مسار_التطبيق.apk -e -c مسار_الشهادة.certوضع -i & -f / -p ➸ تجاوز حماية SSL لـ Flutter و Pairip
ApkPatcher -i مسار_التطبيق.apk -fلـ Pairip
ApkPatcher -i مسار_التطبيق.apk -pبشهادة خاصة ( أدخل مسار pem / crt / cert )
ApkPatcher -i مسار_التطبيق.apk -f -p -c مسار_الشهادة.certوضع -i & -D ➸ معرف Android وتعديل Smali
بمعرف Android مخصص ( أدخل معرف Android مكون من 16 رقم )
ApkPatcher -i مسار_التطبيق.apk -D 7e9f51f096bd5c83وضع -i & -pkg ➸ تزوير كشف الحزمة (Dex/Manifest/Res)
ApkPatcher -i مسار_التطبيق.apk -pkgوضع -i & -P ➸ الشراء/المدفوع/السعر
ApkPatcher -i مسار_التطبيق.apk -Pوضع -i & --rmads / rmsc / -rmu ➸ تجاوز الإعلانات وتقييد لقطة الشاشة / USB
إزالة الإعلانات: -rmads
ApkPatcher -i مسار_التطبيق.apk -rmadsتجاوز تقييد لقطة الشاشة: -rmsc
ApkPatcher -i مسار_التطبيق.apk -rmscتجاوز صلاحية تصحيح USB: -rmu
ApkPatcher -i مسار_التطبيق.apk -rmuوضع -i & -skip ➸ تخطي التعديل (مثل: getAcceptedIssuers)
ApkPatcher -i مسار_التطبيق.apk -skip getAcceptedIssuersوضع -i & -A ➸ حقن سجلات AES
حقن سجلات AES MT
ApkPatcher -i مسار_التطبيق.apk -Aهل تريد ملف Dex منفصل لـ AES.smali
ApkPatcher -i مسار_التطبيق.apk -A -sوضع -i & -r ➸ معلومات جهاز عشوائية/مزيفة
معلومات جهاز عشوائية/مزيفة
ApkPatcher -i مسار_التطبيق.apk -rبمعرف Android مخصص ( أدخل معرف Android مكون من 16 رقم )
ApkPatcher -i مسار_التطبيق.apk -r -D 7e9f51f096bd5c83وضع -m ➸ دمج APK فقط
ApkPatcher -m مسار_التطبيق.apkوضع -C ➸ الاعتمادات والتعليمات
ApkPatcher -Cوضع -h ➸ المساعدة
ApkPatcher -hوضع -O ➸ أعلام التعديل الإضافية
ApkPatcher -Oملاحظة
🇾🇪 مرحباً بكم من TechnoYemen
https://img.shields.io/badge/TELEGRAM-CHANNEL-red?style=for-the-badge&logo=telegram
https://img.shields.io/badge/TELEGRAM-OWNER-red?style=for-the-badge&logo=telegram
2nd. Method
pkg install python git && pip install git+https://github.com/TechnoIndian/ApkPatcher.git
pip uninstall ApkPatcher
ApkPatcher
Mode -i ➸ Smali Patcher (Input Your Apk Path)
ApkPatcher -i YourApkPath.apk
With Your Certificate ( Input Your pem/ crt / cert Path )
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
If using emulator on PC then use Flag: -e
ApkPatcher -i YourApkPath.apk -e -c YourCertificatePath.cert
Mode -i & -f / -p ➸ Flutter & Pairip SSL Bypass
ApkPatcher -i YourApkPath.apk -f
For Pairip
ApkPatcher -i YourApkPath.apk -p
With Your Certificate ( Input Your pem / crt / cert Path )
ApkPatcher -i YourApkPath.apk -f -p -c YourCertificatePath.cert
Mode -i & -D ➸ Android ID & Smali Patcher
With Your Android ID ( Input Your Custom 16 Digit Android ID )
ApkPatcher -i YourApkPath.apk -D 7e9f51f096bd5c83
Mode -i & -pkg Spoof Package Detection (Dex/Manifest/Res)
ApkPatcher -i YourApkPath.apk -pkg
Mode -i & -P ➸ Purchase/Paid/Price
ApkPatcher -i YourApkPath.apk -P
Mode -i & --rmads / rmsc / -rmu ➸ Bypass Ads & Screenshot / USB Restriction
Remove Ads Flag: -rmads
ApkPatcher -i YourApkPath.apk -rmads
Bypass Screenshot Restriction Flag: -rmsc
ApkPatcher -i YourApkPath.apk -rmsc
Bypass USB Debugging Permission Flag: -rmu
ApkPatcher -i YourApkPath.apk -rmu
Mode -i & -skip ➸ Skip Patch (e.g., getAcceptedIssuers)
ApkPatcher -i YourApkPath.apk -skip getAcceptedIssuers
Mode -i & -A ➸ AES Logs Inject
AES MT Logs Inject
ApkPatcher -i YourApkPath.apk -A
Do U Want Separate AES.smali Dex
ApkPatcher -i YourApkPath.apk -A -s
Mode i & -r ➸ Random/Fake Device Info
Random/Fake Device Info
ApkPatcher -i YourApkPath.apk -r
With Your Android ID ( Input Your Custom 16 Digit Android ID )
ApkPatcher -i YourApkPath.apk -r -D 7e9f51f096bd5c83
Mode -m ➸ Only Merge Apk
ApkPatcher -m YourApkPath.apk
Mode -C ➸ Credits & Instruction
ApkPatcher -C
Mode -h ➸ Help
ApkPatcher -h
Mode -O ➸ Other Patch Flags
ApkPatcher -O