GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
APK Decompiler The APK Decompile just a script to use sometoolsfor decompiling APK to its Java src or resources. Tools apktool : Version 2.2.0 dex2Jar : Version 2.0 jd-core-java : Version 1.2 Mac(Because I build this on Mac) and I think it can work on most ofUNIX os. ...
https://bitbucket.org/iBotPeaches/apktool/downloads https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat Dex2jar https://github.com/pxb1988/dex2jar/releases/ JD GUI https://github.com/java-decompiler/jd-gui/releases/ Luyten https://github.com/deathmarine/L...
https://github.com/LibChecker/LibChecker 6.dex2jar 把dex文件反编译成jar文件。 https://github.com/pxb1988/dex2jar 7.jd-gui 查看jar源码的可执行程序。 http://java-decompiler.github.io/mac可执行程序在m1上无法运行,可参考:Mac上打不开JD-GUI解决办法 8.java2smali 可以将java&kotlin代码转为smali...
Github地址:https://github.com/pxb1988/dex2jar Bitbucket地址:https://bitbucket.org/pxb1988/dex2jar 功能: 将dex 文件还原成为 jar 文件; 将dex 文件还原成为 smali 文件; 4、jd-gui 官网:http://jd.benow.ca/ 源码:https://github.com/java-decompiler/jd-gui ...
GitHub - skylot/jadx: Dex to Java decompiler jadx是图形化逆向工具,可以直接打开apk、aar、dex、jar等文件,通常用于做java代码静态分析。 1.2 使用 1 全局搜索。如果是当前文件搜索:command+f 2 前进或后退操作。 3 反混淆。 对于开启ProGuard或R8的工程,可以通过点击该按钮自动替换相关混淆的字符串 ...
http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/ApkTool.shtml 二、ApkTool 简述 官方简述: https://ibotpeaches.github.io/Apktool/ ApkTool官方翻译: ApkTool,一种用于Android应用程序逆向工程的第三方工具。 它可以将资源解码为几乎原始的形式,并在进行一些修改后重建它们。 这也...
使用到的工具 adb:apt install adb安卓模拟器:ht#tps://www.yeshen.com/ Apktool:apt install apktool JD-GUI:ht#tps://github.com/java-decompiler/jd-gui/releases/ dex2jar:apt install d2j-dex2jar uber-apk-signer:ht#tps://github.com/patrickfav/uber-apk-signer ...
jd-gui:查看由dex2jar转换成的jar文件,以界面的形式展示反编译出来的Java源代码。工具下载地址:http://java-decompiler.github.io/ 工具具体的使用方法: (一)apktool的使用: ① 进入apktool文件夹执行如下命令,反编译指定apk文件 ② 最终会生成一个对应文件夹,如下: ...