作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我从这个链接找到了将文件dex反编译为jar的解决方案http://code.google.com/p/dex2jar/downloads/list但我不明白如何使用它。
最佳答案
请按照以下步骤进行操作_
- Rename your APK file(e.g., rename your APK file to .zip Ex- test.apk -> test.zip) & extract resultant zip file.
- Copy your .dex file in to dex2jar folder.
- Run setclasspath.bat. This should be run because this data is used in the next step.
- Go to Windows Command prompt, change the folder path to the path of your dex2jar folder and run the command as follows: d2j-dex2jar.bat classes.dex
- enjoy!! Your jar file will be ready in the same folder with name classes_dex2jar.jar.
希望这对您和所有阅读本文的人有所帮助...:)
关于decompiler - 如何使用 DEXtoJar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5257830/
我从这个链接找到了将文件dex反编译为jar的解决方案http://code.google.com/p/dex2jar/downloads/list但我不明白如何使用它。 最佳答案 请按照以下步骤进行
我是一名优秀的程序员,十分优秀!