Skip to content

这是一个登录的模板,包含短信验证功能,包含https请求

Notifications You must be signed in to change notification settings

cheng2016/LoginSdk

Repository files navigation

LoginSdk

这是一个登录的模板,包含短信验证功能,包含https请求

Android 反编译

主要流程

  1. apktool

     apktool_2.3.4.jar d -f demo.apk
    
  2. dex2Jar

     \dex2jar-2.0\d2j-dex2jar.bat demo\classes.dex
    
  3. jd-gui

     打开dex2Jar反编译后的classes-dex2jar.jar文件即可查看java源码
    

防止反编译,代码混淆

Android Apk混淆日记

  • 如果有依赖的Library需要混淆只需在app主目录下build.gradle下配置混淆就行了

  • 如果Library的build.gradle文件设置了混淆则断点debug模式就无效了

  • 依赖的Library如果打成aar包则必须将其build.gradle中的远程依赖换成本地jar包,不然打出来的aar包不包含其远程库的 compile 依赖包

声明

禁止一切商业目的的使用!否则后果自负.

Contact Me

License

Copyright 2016 cheng2016,Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

这是一个登录的模板,包含短信验证功能,包含https请求

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages