decompiler
反编译APP,并重编译安装
$ apktool d test.apk #会在同目录下生成一个test的目录,所有反编译文件都在里边$ apktool b test #这里的test是刚才反编译生成的目录$ jarsigner -verbose -certs -keystore ./android_sign.keystore -storepass {pwd} -keypass {pwd} -digestalg SHA1 -sigalg MD5withRSA -signedjar {sign_test}.apk {test}.apk {pwd} $ //# {pwd}:为证书的相关密码 //# {sign_test): 目标apk名 //# {test}: 源apk名 $ adb install test.apk #把此程序一道安装到手机上进行验证!
Reinforcement加固
Apktool
JEB
dex2jar
JD-gui
Bitbucket
Fiddler
Charles
Last updated


