# ApkNurse **Repository Path**: pythonzz/ApkNurse ## Basic Information - **Project Name**: ApkNurse - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-29 - **Last Updated**: 2024-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ApkNurse ## ApkTool 项目地址:https://ibotpeaches.github.io/Apktool/documentation/ ## Dex2Jar GitHub地址:https://github.com/pxb1988/dex2jar ## Jar文件反编译为Java源文件 ### 1、Procyon 一款反响不错的反编译工具,该项目默认使用该工具。 GitHub地址:https://github.com/mstrobel/procyon ### 2、fernflower fernflower是IDEA自带的反编译工具,需要自行根据源码打包出jar使用。 GitHub地址:https://github.com/fesh0r/fernflower ### 3、其他 #### JD-GUI 可以使用可视化的UI直接打开Jar文件查看 GitHub主页:http://java-decompiler.github.io/ GitHub地址:https://github.com/java-decompiler/jd-gui #### CFR 这里对CFR没有做太多研究,如有兴趣可以自行查看。