L-JINBIN / ApkSignatureKillerEx

新版MT去签及对抗
513 stars 155 forks source link

Need documentation #4

Closed ghost closed 1 year ago

ghost commented 1 year ago

Can you make a documentation how to implement signature killer to the APK? I compiled the source then decompiled it using apktool successfully but I'm not sure how to implement it to APK afterwards

L-JINBIN commented 1 year ago

This project is just a demonstration of the principle of killing the signature verification function of MT Manager (mt2.cn). If you need to apply it to other apks, you need to replace origin.apk, KillerApplication.packageName, and KillerApplication.signatureData.

ghost commented 1 year ago

This project is just a demonstration of the principle of killing the signature verification function of MT Manager (mt2.cn). If you need to apply it to other apks, you need to replace origin.apk, KillerApplication.packageName, and KillerApplication.signatureData.

Ok, anyway I managed to get changes made by MT by comparing both orig and modded apks