ibotpeaches.github.io/Apktool/install/

 

Apktool - How to Install

Install Instructions Quick Check Is at least Java 1.8 installed? Does executing java -version on command line / command prompt return 1.8 or greater? If not, please install Java 8+ and make it the default. (Java 7 will also work at this time) Windows: Down

ibotpeaches.github.io

 

decopile

C:\>java -jar  ~~\apktool_2.x.x.jar d what.apk

 

rebuild

C:\>java -jar  ~~\apktool_2.x.x.jar b source dirname [-o C:\path\what.apk]

 

refer) ibotpeaches.github.io/Apktool/documentation/

'Penetration Test > Mobile' 카테고리의 다른 글

JD-GUI  (0) 2020.12.29
Dex2jar  (0) 2020.12.29
안드로이드 분석툴  (0) 2020.11.01

jd-gui-windows-1.6.6.zip
1.30MB
jd-gui-1.6.6.rpm
1.28MB
jd-gui-1.6.6.deb
1.28MB
jd-gui-osx-1.6.6.tar
1.52MB

'Penetration Test > Mobile' 카테고리의 다른 글

apktool  (0) 2020.12.29
Dex2jar  (0) 2020.12.29
안드로이드 분석툴  (0) 2020.11.01

dex2jar-0.0.9.13.zip
1.64MB
dex2jar-2.0.zip
2.25MB

Windows : d2j-dex2jar.bat what.dex

Linux : ./d2j-dex2jar.sh what.dex

 

=> what.dex.dex2.jar

'Penetration Test > Mobile' 카테고리의 다른 글

apktool  (0) 2020.12.29
JD-GUI  (0) 2020.12.29
안드로이드 분석툴  (0) 2020.11.01

+ Recent posts