`
jxw3042
  • 浏览: 19277 次
  • 性别: Icon_minigender_2
  • 来自: 深圳
社区版块
存档分类
最新评论

反编译步骤

 
阅读更多
1, 反编译命令:
apktool.bat d /location/test.apk /location/testfile
2, 修改Androidmanifest.xml等资源文件.
3, 重新打包成apk:
apktool.bat b /location/testfile /location/test1.apk
4, 创建keystore:
keytool -genkey -v -keystore test.keystore -alias test -keyalg RSA -validity 3000
5, 给test1.apk签名:
jarsigner -verbose -keystore test.keystore test1.apk test 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics