https://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

 

이전에는 apktool.jar를 이용해서 java -jar apktool.jar 사용했었는데 개선이 됨.

java 8 버전 이상에서 구동가능함.

 

MacOS에서 설치하기.

brew install apktool

설치된 버전 확인

$ apktool -version
2.7.0

'Tools' 카테고리의 다른 글

[MacOS] psproxy  (0) 2023.04.18
[MacOS] dex2jar 셋팅  (0) 2023.04.04
[Jadx-gui] MacOS에서 실행 에러 해결  (0) 2020.05.11
[Burp Suite] Target Scope  (0) 2020.02.14
[파이어폭스] success.txt 요청  (0) 2020.02.12

+ Recent posts