反编译 apk 工具 onekey decompile apk

码农软件 · 软件分类 · 反编译工具 · 2019-11-02 13:12:40

软件介绍

功能

  1. 集成apktool/dex2jar/jd-gui

  2. 只需执行一步即可反编译出apk所有文件(资源文件和jar等等)

  3. 打开jd-gui反编译jar文件

使用方法

  1. 在Downloads中下载onekey-decompile-apk.zip, 解压缩到类似D:\downloads\onekey-decompile-apk

  2. 将apk文件放到onekey-decompile-apk目录下

  3. 将apk文件拖拽到_onekey-decompile-apk.bat

  4. 执行完成后

  • 会在onekey-decompile-apk目录下生成和apk同名的目录(放置了apktools反编译出来的东西)

  • 会在onekey-decompile-apk目录下生成和apk同名的jar文件(dex2jar反编译出来的class)

运用工具(非常感谢他们)

  1. apktool反编译出apk中的资源文件, 例如AndroidManifest.xml和res

  2.     java -jar apktool.jar d -d xxx.apk
  3. dex2jar反编译出apk中的class

  4.     // dex2jar is deprecated, use the d2j-dex2jar
        d2j
    -dex2jar xxx.apk
  5. jd-ui/jad反编译class为java源文件

  6. 反编译工具还是jad最强, JD-GUI只是方便反编译/查看整个jar而已, 反编译出来的代码不全, 因此需要jd + jad(或者 jadclipse eclipse插件使用更方便)配合才完美

参考


本文地址:https://www.codercto.com/soft/d/18105.html

Design systems

Design systems

Not all design systems are equally effective. Some can generate coherent user experiences, others produce confusing patchwork designs. Some inspire teams to contribute to them, others are neglected. S......一起来看看 《Design systems》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具