Apktool
Uber Apk Signer
Apktool | Uber Apk Signer | |
---|---|---|
64 | 6 | |
20,034 | 1,990 | |
- | - | |
8.6 | 2.9 | |
12 days ago | 12 months ago | |
Java | Java | |
Apache License 2.0 | 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.
Apktool
-
Understanding security in React Native applications
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
Apktool made by iBotPeaches, this uses v2.9.1
-
Getting Started, How to pirate on Pico 4 ?
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
Apktool is all you need most of the time.
- TUTORIAL: how to change Revanced icon to any icon you want.
-
Should I reverse engineer the APK and upload it?
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:
I did a dissection of twitter apk (got from apk pure) with apktool, and I found permission :
-
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.
-
Anyone have the ability to pull the files from walkabout mini golf, trying to 3d print them but I can't find the files
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/
- É possível fazer engenharia reversa em um app na playstore?
Uber Apk Signer
-
Wearmodder Auto - Automatically scalling sideloaded apps for WearOS
uber-apk-signer made by patrickfav, this uses v1.3.0
-
Guida: rendere incollabili le password nelle app delle Poste
Prerequisiti: Apktool, uber apk signer, la shell bash.
-
I wrote an open source mod of an Android App
I used a tool called Uber apk signer for this.
-
Climbey Custom Levels Standalone [Tutorial]
Step 10. Sign the apk. Apk files will not install without a signature. If you don't know how to do this, you can use this tool and then "java -jar uber-apk-signer-1.2.1.jar --apks /path/to/apks" or transfer the apk to your phone and use the apk signer app then transfer it back.
-
Enabling RTSP on battery doorbell
Download uber-apk-signer: https://github.com/patrickfav/uber-apk-signer/releases
- App PostePay e root su Android, episodio 2 (la vendetta)
What are some alternatives?
jadx - Dex to Java decompiler
Uber Adb Tools for Android - A tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or install a lot of apks in one go. Written in Java so it should run on your platform.
dex2jar - Tools to work with android .dex and java .class files
Debug Bottle - 🍼Debug Bottle is an Android runtime debug / develop tools written using kotlin language.
binwalk - Firmware Analysis Tool [Moved to: https://github.com/ReFirmLabs/binwalk]
gradle-packer-plugin - Android渠道打包工具
androguard - Reverse engineering and pentesting for Android applications
UABE - Asset Bundle Extractor
Ghidra-Cpp-Class-Analyzer - Ghidra C++ Class and Run Time Type Information Analyzer
scalpel - A surgical debugging tool to uncover the layers under your app.
apk-mitm - 🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
swiftp - FTP server for your android device.