[Tool] APK Tool GUI (Windows)

Sbenny.com is trusted by 1,323,306 happy users since 2014.
Register

AndnixSH

Savage Lv6️⃣
SB Mod Squad ⭐
Member for 8 years
1651853596055.png


GUI for apktool, signapk, zipalign and baksmali utilities.

It is 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 makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.

Source code: GitHub - AndnixSH/APKToolGUI

Download
Releases · AndnixSH/APKToolGUI

Box | Login

25.12 MB folder on MEGA

View Folder - SBUpload - The next-gen File Hosting

Requirements
  • Windows 7 and above
  • JDK/JRE 8 and above. Highly recommended to use 64-bit version of Java if your system is 64-bit
  • .NET Framework 4.8
Features
  • Decompile APK
  • Compile APK
  • Sign APK
  • Zipalign APK
  • Framework
  • Drag and drop
  • APK info
  • Log
  • All features from Apktool.
  • Additional features that can fix some Apktool errors, such as removing DUMMY_APKTOOL, clear framework before decompiling
  • Multi language
  • Right-click context menu
Issues
Issues with Apktool, read the log, check if your modification and/or syntax is correct. If not, check this page Issues · iBotPeaches/Apktool

Otherwise, report issues here and I will point you to the right direction.

Framework/system apps related issues, check on XDA Forum

Sometimes apps may protect or obfuscate for content protection purposes and so on. Bypassing of such is beyond the scope of this tool, so please DO NOT post an issue regarding to it. This tool does not support bypassing such securities

FAQ
Q: Can it be ported to other OS like Linux?
A: Maybe, but it's not easy since Microsoft is dumb for not making it easy for .NET Core unlike Java's GUI

Q: How to update Apktool?
A: Download Apktool.jar and replace it on Resources folder

Q: How to update Baksmali/Smali?
A: Download Baksmali.jar/Smali.jar and replace it on Resources folder

Q: How to reset?
A: Simply delete the config.xml file

Q: Why this tool is a virus?
A: It just a false positive, anti-virus always flag tools/softwares like this. Don't believe what your anti-virus are telling you

Development
Use Visual Studio 2019 and above. NET Framework 4.8 SDK is required

Translation
Currently there is two languages, english and russian. Russian is not complete because I don't speak russian, it was originally written by INF1NUM. If you like to translate russian or other language, feel free to do it and pull request
  • Create new resx file under Languages folder. It is used for cs files
  • Open any forms. Under properties, scroll down until you see Language, and select any language you would like to translate. It will create new resx file inside cs file
Credits
Disclaimer
Same as Apktool by iBotPeaches, 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 and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.
 
Top