来自 APK 的源代码 [英] source code from APK

查看:23
本文介绍了来自 APK 的源代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在搜索引擎中搜索了关于将 dex 文件转换为 jar 文件的内容,但在 code.Google.com 中找不到 dex2jar 文件

I have searching in search Engine regarding convert dex file to jar file but I got failure to find dex2jar file in code.Google.com

我从这里获得了基本的想法.

但是当我从 dex2jar-0.0.9.8.zip 格式下载文件时 在这里,我找不到 dex2jar.jar 文件,所以你能告诉我在哪里可以找到文件吗?

But when I download file from dex2jar-0.0.9.8.zip form here, I unable to found dex2jar.jar file so can you tell me else where I can find file?

推荐答案

解压 dex2jar-0.0.9.8.zip 文件并移动到桌面文件夹,如 dex2jar-0.0.9.7...然后获取 android app classes.dex 文件然后移动到这个目录...打开终端并切换到你的 dex2jar 目录...输入这个命令

Extract the dex2jar-0.0.9.8.zip file and move to desktop folder like dex2jar-0.0.9.7...then take the android app classes.dex file and move to this directory ...open the terminal and change to your dex2jar directory..type this command

./d2j-dex2jar.sh classes.dex

你会得到classesdex2.jar文件,你可以用java反编译器打开这个文件...

you will get classesdex2.jar file and you can open this file using java decompiler...

这篇关于来自 APK 的源代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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