jadx

  • https://github.com/skylot/jadx

usage

jadx[-gui] [options] <input file> (.dex, .apk, .jar or .class)options: -d, --output-dir - output directory  -j, --threads-count - processing threads count  -f, --fallback - make simple dump (using goto instead of 'if', 'for', etc)  -r, --no-res - do not decode resources  -s, --no-src - do not decompile source code      --show-bad-code - show inconsistent code (incorrectly decompiled)      --cfg - save methods control flow graph to dot file      --raw-cfg - save methods control flow graph (use raw instructions)  -v, --verbose - verbose output      --deobf - activate deobfuscation      --deobf-min - min length of name      --deobf-max - max length of name      --deobf-rewrite-cfg - force to save deobfuscation map  -h, --help - print this help Example: jadx -d out classes.dex jadx-gui xxx.apk

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android 中的资源访问(Resource)
  2. Android System——事件传递(一) View
  3. Android Canvas 圆角处理
  4. Android Studio 调试
  5. Android通过JDBC直连MySql
  6. Android消息推送机制
  7. 生成release版本的Android系统
  8. Json解析速度比较-Android API、Gson、Fa
  9. Android引导界面设计之ParallaxViewPager
  10. Android、iOS添加子视图方法比较