如何反编译Android平台的apk一个或DEX文件? [英] How to decompile a apk or dex file on Android platform?

查看:134
本文介绍了如何反编译Android平台的apk一个或DEX文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能decomplie在Android平台上的apk文件或DEX文件? 有没有在Android平台上的任何工具可以decomplie apk文件? 我在做Android的恶意软件检测,所以我要反编译Android平台的apk或DEX文件。

解决方案

您需要三个工具的 反编译的APK 的文件。

  
      
  1. Dex2jar - 工具与Android的.dex和java .class文件<工作/ p>

  2.   
  3. ApkTool - 逆向工程的Andr​​oid APK文件的工具。

  4.   
  5. JD-GUI - 的Java反编译器是一个工具来反编译和分析Java 5字节code和在以后的版本。

  6.   

有关更多的<一个href="http://stackoverflow.com/questions/5257830/how-to-use-dextojar/19954951#19954951">how-to-use-dextojar.希望这将有助于你和你所有! :)

Is it possible to decomplie a apk file or dex file on android platform? Are there any tools on android platform can decomplie apk file? I am doing the android's malware detect, so i want to decompile apk or dex file on android platform.

解决方案

You need Three Tools to decompile an APK file.

  1. Dex2jar - Tools to work with android .dex and java .class files

  2. ApkTool - A tool for reverse engineering Android apk files

  3. JD-GUI - Java Decompiler is a tools to decompile and analyze Java 5 "byte code" and the later versions.

for more how-to-use-dextojar. Hope this will help You and all! :)

这篇关于如何反编译Android平台的apk一个或DEX文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆