android自定义混淆字典

时间:2022-07-14 05:30:45
【文件属性】:

文件名称:android自定义混淆字典

文件大小:166KB

文件格式:TXT

更新时间:2022-07-14 05:30:45

android 自定义混淆字典 混淆字典 字典

在 android studio 使用自定义混淆字典进行混淆,增加app被反编译后阅读的难度, 内容为16位由0,o,O,3个字符生产的如OoO0oOoOoO0O0oO0这样的不重复字符串,使用方式:将下载的dictoO0.txt放在proguard-rules.pro同级目录下,在proguard-rules.pro中加入:-obfuscationdictionary dictoO0.txt -classobfuscationdictionary dictoO0.txt -packageobfuscationdictionary dictoO0.txt


网友评论