我想从apk文件中提取源代码。 Fot那个目的我引用了net上给出的链接。但是当我在命令提示符下运行dex2jar classes.dex时我得到了 “在初始化VM期间出现错误 无法为对象堆保留足够的空间 无法创建JVM“ 请指导我如何克服这个错误。
答案 0 :(得分:1)
在您的文件夹中编辑文件 dex2jar.bat 。改变这个:
java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.v3.Main" %*
内存设置应该更小。
答案 1 :(得分:-1)
对于源代码,您需要2个工具
i) dex2jar
ii) jd-gui
要使用此工具,您需要一个.apk文件
step 1 : Right click on that .apk file and convert it into .zip
step 2: unZip that file then take classes.dex from this unzip folder
step 3: Go to cmd then go to the path of dex2jar folder like D:\dex2jar tools\dex2jar-0.0.9.8\dex2jar-0.0.9.8
step 4: write dex2jar classes.dex
step 5: press Enter
step 6: then see in path D:\dex2jar tools\dex2jar-0.0.9.8\dex2jar-0.0.9.8 you can see a .zip file of classes then unzip and
step 7 : import that files in jd-gui software