Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save imshaiknasir/93f0e527ab7ea7f20ed703e888bcbeee to your computer and use it in GitHub Desktop.
Save imshaiknasir/93f0e527ab7ea7f20ed703e888bcbeee to your computer and use it in GitHub Desktop.
Setting up Apktool for Android Reverse Engineering

Setting up Apktool for Android Reverse Engineering 🛠️📱


Steps:

  1. Download Windows wrapper script. Save it as apktool.bat file-name.
  2. Download apktool-2 jar file. After download rename the file as apktool.jar.
  3. Now create a directory named as ApkTool in C:\Windows.
  4. Move both apktool.bat & apktool.jar file to here in C:\Windows\ApkTool directory.
  5. Add C:\Windows\ApkTool path to environment variables.
  6. Now open Command prompt and hit apktool.

image


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment