Skip to content

Powershell script to download and install Apktool from the official repository

Notifications You must be signed in to change notification settings

H3LL0WORLD/Apktool-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Apktool-Downloader

Powershell script to download and install Apktool from the official repository

Usage:

# Make sure we can execute scripts
Set-ExecutionPolicy Unrestricted Process -Force
# Download apktool to default path: $env:HOMEDRIVE\Apktool\Apktool.jar, install it (adding it to PATH environment variable) and also download the wrapper script
.\ApktoolDownloader.ps1 -DownloadWrapper -Install

Output sample:

[!] Latest version found: 2.2.3
[>] Downloading...
[+] From : https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.3.jar
[+] To   : C:\Apktool\Apktool.jar
[!] Done
[>] Downloading apktool wrapper...
[+] From : https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat
[+] To   : C:\Apktool\Apktool.bat
[!] Done
[!] Already added to the PATH environment variable

About

Powershell script to download and install Apktool from the official repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published