您的位置:首页 > 移动开发 > Android开发

android反编译工具之jadx简介

2016-02-23 14:56 525 查看

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: