Remove Ads From Apk
Ready baksmali & smali
Unpacking .dex file
-
Unpacking
.dexfile usingbaksmali, and it will generate a folder calledout:java -jar baksmali-2.2.5.jar d classes.dex -
Notepad++: File -> Open file in workspace -> Choose
outfolder -
Search in files for
http://, and modifying all possible URL of ads.Notice: Do not delete or modify the ULR contained
%s:%d/%sschemas.android.com/apk/res/android -
Packing the
outfolder to a.dexfile usingsmali, and it will generate a file calledout.dex:java -jar smali-2.2.5.jar a out -
Modify the filename of
out.dextoclasses.dex, and replace theout.dexin APK file. (open with WinRAR)
Resign your APK file
-
Delete the signature in your APK: the folder called
-INF: -
Build certificate
debug.keystore:keytool -genkey -alias androiddebugkey -keyalg RSA -validity 20000 -keystore debug.keystore -storepass android -keypass android -
Resign your APK:
jarsigner -verbose -keystore debug.keystore -storepass android -signedjar YOURAPK_signed.apk -digestalg SHA1 -sigalg MD5withRSA YOURAPK.apk androiddebugkey
继续阅读与本文标签相同的文章
上一篇 :
关于机器学习你必须了解的十个真相
下一篇 :
《数字视频和高清:算法和接口》一1.4.1量化
-
数据库基础技术实践#网络安全基础技术实践课程
2026-05-18栏目: 教程
-
MySQL每组求最值的记录与每组前N条记录
2026-05-18栏目: 教程
-
OCP-052考试题库汇总(55)-CUUG内部解答版
2026-05-18栏目: 教程
-
【云栖活动】架构师、产品经理一对一座谈会/WORKSHOP-已截止
2026-05-18栏目: 教程
-
MySQL入门书籍和方法分享
2026-05-18栏目: 教程
