apk2gold
Apktool
Our great sponsors
apk2gold | Apktool | |
---|---|---|
1 | 61 | |
634 | 17,260 | |
- | - | |
0.0 | 0.0 | |
almost 5 years ago | 7 days ago | |
Shell | Java | |
- | Apache License 2.0 |
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
-
Awesome CTF : Top Learning Resource Labs
Apk2Gold - Yet another Android decompiler.
Apktool
-
Reverse Engineering the Facebook Messenger API
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.
-
Any legit cracking tutorial?
apktool: Decompile any app into smali, modify it and recompile it back. Here you do not need to edit smali, the JavaScript bundle is inside the assets folder.
-
apk.sh, make reverse engineering Android apps easier!
apk.sh basically uses apktool to disassemble, decode and rebuild resources and some bash to automate the frida gadget injection process. It also supports app bundles/split APKs.
- The Xbox App for Android TV (not the Game Pass)
-
Is there a way to decompile and rebundle an android bundle?
Apktool can unpack and repack an apk. https://ibotpeaches.github.io/Apktool/
-
how to modify tiktok app
Then decompile the apk. Use https://ibotpeaches.github.io/Apktool/ or similar. You have to decompile it with resources to smali. Smali is a programming language which looks like java binary code.
-
Use ApkTool to inspect your APK file when building for Android
I wasn't aware of apkTool before today. Randomly google removed our app from the store because we included the android.permission.QUERY_ALL_PACKAGES permission. It wasn't anywhere in our code so i assumed it was in a dependency but wasn't sure. Searching in VsCode didn't turn up anything.
- Vanced development team states that the reason why Vanced got shut down is because it's logo resembles original YouTube's logo and that's illegal. If that's the case, then it's the worst way to lose the best app. Also, were they trying to tell us something with this upper paragraph? [other]
-
Hacker News top posts: Jan 17, 2022
APKTool: A tool for reverse engineering Android APK files\ (32 comments)
- APKTool: A tool for reverse engineering Android APK files
What are some alternatives?
jadx - Dex to Java decompiler
dex2jar - Tools to work with android .dex and java .class files
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.
Uber Apk Signer - A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
binwalk - Firmware Analysis Tool [Moved to: https://github.com/ReFirmLabs/binwalk]
enjarify
Ghidra-Cpp-Class-Analyzer - Ghidra C++ Class and Run Time Type Information Analyzer
apk-mitm - 🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
androguard - Reverse engineering and pentesting for Android applications
bettercap - The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
android-classyshark - Android and Java bytecode viewer