第一次尝试反编译的时候遇到如下问题:Input file (ganzhou) was not found or was not readable 百度之后说是apktool版本2.0以上,编译命令变了,如下: apktool d -f <apkPath> -o <folderPath> <apkPath>为apk的路径, <folderPath> 为编译完的输出路径 命令中ganzhou.apk指的是要反编译的APK文件全名,ganzhou为反编译后资源文件
使用反编译的代码作为jar包源码进行调试时,经常会遇到的情况是反编译后的源码之在注释里包含行号,但是与代码所在行经常对应不上.这个时候,就有必要对代码进行对齐了. public class Reorg { public static void main(String[] args) throws IOException { File file = new File("D:\\OpenSource\\lib\\framework\\frameworkTest"); doReorg(f