Android 反編譯Apk提取XML文件


Apktool

 

https://ibotpeaches.github.io/Apktool/install/

 

下載地址:Apktool

https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.3.3.jar

 

打開cmd終端:java -jar apktool_2.3.3.jar  d  xxx.apk

 

示例:

D:\TOOL\Android反編譯工具【全】\2018>java -jar apktool_2.3.3.jar d PackageInstaller.apk
I: Using Apktool 2.3.3 on PackageInstaller.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
S: WARNING: Could not write to (C:\Users\zh\AppData\Local\apktool\framework), using C:\Users\zh\AppData\Local\
Temp\ instead...
S: Please be aware this is a volatile directory and frameworks could go missing, please utilize --frame-path if the defa
ult storage directory is unavailable
I: Loading resource table from file: C:\Users\zh\AppData\Local\Temp\1.apk
I: Renamed manifest package found! Replacing com.samsung.android.packageinstaller with com.android.packageinstaller
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

D:\TOOL\Android反編譯工具【全】\2018>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM