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 Layout属性详解
  2. 布局技巧和列表控件
  3. Android ScrollView滚动条
  4. android sdk的快速安装法
  5. Android基本控件TextView
  6. Android应用程序的debug属性
  7. GridView相关
  8. Android Activity 的四种启动模式 lunchM
  9. android 布局学习
  10. Android(安卓)网络图片加载