apk2gold VS Apktool

Compare apk2gold vs Apktool and see what are their differences.

apk2gold

CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy! (by lxdvs)

Apktool

A tool for reverse engineering Android apk files (by iBotPeaches)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
apk2gold Apktool
1 65
680 21,585
0.1% 1.9%
0.0 8.5
about 1 year ago 1 day ago
Shell Java
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

apk2gold

Posts with mentions or reviews of apk2gold. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-13.

Apktool

Posts with mentions or reviews of Apktool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-16.
  • Conducting forensics of mobile devices to find signs of a potential compromise
    3 projects | news.ycombinator.com | 16 Mar 2025
    I'd be curious if anyone has tried this for Android and what kind of stuff it's checking for. Sideloaded APKs can often contain malicious stuff, but it's nearly impossible to know if it's doing anything suspicious unless you open it up with a tool like Apktool [1] or run it on Triage [2] as it supports Android and watch what it's doing. Most antivirus for Android is pretty much a joke, as far as I'm concerned.

    [1] https://github.com/iBotPeaches/Apktool?tab=readme-ov-file

    [2] https://tria.ge/

  • Understanding security in React Native applications
    9 projects | dev.to | 3 Apr 2024
    App tampering and repackaging can be performed by using reverse engineering or tampering tools, such as Apktool, dex2jar, etc.
  • Wearmodder Auto - Automatically scalling sideloaded apps for WearOS
    5 projects | /r/WearOS | 9 Dec 2023
    Apktool made by iBotPeaches, this uses v2.9.1
  • Getting Started, How to pirate on Pico 4 ?
    2 projects | /r/PicoPiracy | 4 Dec 2023
    Can someone clarify what "PP tools" are, and provide a link to them? I came across this link (https://apktool.org/) but I'm not sure if it's the right tool.
  • Reverse engineering android app
    1 project | /r/ReverseEngineering | 14 Jun 2023
    Apktool is all you need most of the time.
  • TUTORIAL: how to change Revanced icon to any icon you want.
    1 project | /r/revancedapp | 15 May 2023
  • Should I reverse engineer the APK and upload it?
    1 project | /r/Omnichan | 6 May 2023
    But it'll still be editable and we can make something good out of it. One of the famous ones, that I'm planning to use is ApkTool(https://ibotpeaches.github.io/Apktool/).
  • A PSA for twitter lewds:
    1 project | /r/indonesia | 14 Apr 2023
    I did a dissection of twitter apk (got from apk pure) with apktool, and I found permission :
  • Reverse Engineering the Facebook Messenger API
    2 projects | news.ycombinator.com | 8 Apr 2023
    Not sure. I started reverse engineering Java apps very early in my life — initially it was J2ME games. Decompilers of the time sucked but that didn't stop me from modding Gravity Defied :P

    I honestly don't know what's a good way of getting started on reverse engineering. There's a bunch of everything about Windows executables in particular, including "crackmes", but native machine code is a level up from JVM bytecode. Java classes and Android dex files can be decompiled back to sensible source with a good chance that you get something that can be compiled again. No such luck for native code — C/C++ compilation is a lossy process by its nature, especially the optimizations. Ghidra does a decent job but still requires a non-zero amount of manual assistance. Flash games also were good to hone one's reverse engineering skills since ActionScript decompilers did a pretty darn good job.

    Anyway. To decompile dex to Java source, there's jadx: https://github.com/skylot/jadx

    Since decompilation is sometimes lossy, there's apktool for when you want to put the app back together after tinkering with it: https://github.com/iBotPeaches/Apktool

    It goes without saying that you also need a JDK and the Android SDK. In particular, you need apksigner form the SDK to sign the unsigned apks generated by apktool. You can also automate things a bit and use adb to deploy them to your device.

    What I usually do is get a high-level overview of the app in jadx, and then modify the smali (dalvik bytecode in text form, very assembly-like) files generated by apktool.

  • Anyone have the ability to pull the files from walkabout mini golf, trying to 3d print them but I can't find the files
    1 project | /r/OculusQuest | 4 Apr 2023
    I am not game or android app dev, but you might first need to de-compile apk using tools like https://ibotpeaches.github.io/Apktool/

What are some alternatives?

When comparing apk2gold and Apktool you can also consider the following projects:

backdoor-apk - backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only.

jadx - Dex to Java decompiler

binwalk - Firmware Analysis Tool [Moved to: https://github.com/ReFirmLabs/binwalk]

enjarify

androguard - Reverse engineering and pentesting for Android applications

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Shell is
the 11th most popular programming language
based on number of references?