Tool Apktool - A tool for reverse engineering Android apk files

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,756
300,982
1,213
Modding World
1662840262246.png


Apktool
A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc.

It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much more.

Download


Features
  • Disassembling resources to nearly original form (including resources.arsc, classes.dex, 9.png. and XMLs)
  • Rebuilding decoded resources back to binary APK/JAR
  • Organizing and handling APKs that depend on framework resources
  • Smali Debugging (Removed in 2.1.0 in favor of IdeaSmali)
  • Helping with repetitive tasks
Requirements
  • Java 8 (JRE 1.8)
  • Basic knowledge of Android SDK, AAPT and smali
Sponsored By
  • Sourcetoad - helping with a weekly sponsorship for continued improvement and maintenance of the project.
Install Instructions
Links of Interest
  • XDA Thread - For those who wish to communicate on XDA-Developers for community support
  • Smali Project - Smali Project is the tool used in the disassembling of .dex files
  • Gitter #apktool - Gitter Channel for support, bugs and discussions
  • Libera.chat #apktool - IRC Channel for support, bugs and discussions
Authors