Apktool
Apktool copied to clipboard
A tool for reverse engineering Android apk files
### Information 1. **Apktool Version (`apktool -version`)** - v2.9.2-64-62ad27a5-SNAPSHOT 2. **Operating System (Mac, Linux, Windows)** - Linux 3. **APK From? (Playstore, ROM, Other)** - hell (see APK) 4. **Java Version...
Move towards `BoundedInputStream` - https://github.com/apache/commons-io/commit/812d8a4b53d9758b4f081d9b98a70ea9ef131a0e
It is a bit too difficult to setup attestations and more when I'm sharing a repo with branches that are either docs, docs-legacy or Apktool. Migrate the website to here...
This update didn't seem to work on my Pixel 8 Pro on the SystemUIGoogle apk......Android 15 January update. No changes, just decompile, then recompile. ``` I: Using Apktool v2.11.0-3-4b2c9abe-SNAPSHOT on...
### Information 1. **Apktool Version (`apktool -version`)** - 2.11.0 2. **Operating System (Mac, Linux, Windows)** - Windows 3. **APK From? (Playstore, ROM, Other)** - Apkpure 4. **Java Version (`java --version`)**...
### Information 1. **Apktool Version (`apktool -version`)** - 2.10.1 2. **Operating System (Mac, Linux, Windows)** - Ubuntu 3. **APK From? (Playstore, ROM, Other)** - LOS Apk 4. **Java Version (`java...
Conflict happens because Apktool currently doesn't preserve qualifiers as stored in resources.arsc. While I get that omitting the API version qualifier makes sense in certain instances, apparently AAPT2 wasn't designed...
### Information 1. **Apktool Version (`apktool -2.11.1`)** - 2. **Operating System (Windows)** - 3. **APK From? (adb pull)** - 4. **Java Version (`java --23.0.1`)** - ``` Microsoft Windows [Version 10.0.19045.5796]...
### Information 1. **Apktool Version (`apktool -version`)** - v2.11.1-20-a08eabb5-SNAPSHOT 2. **Operating System (Windows)** 3. **APK From? (Playstore)** ### Stacktrace/Logcat ``` C:\Users\pc\Downloads\MEmu Download\Games>java -jar apktool.jar d -m -f HungrySharkEvo.apk I: Using...
# Why trying to fix the issue when `renameManifestPackage` is specified, package name in resources.arsc isn't updated. i tested with `--use-aapt2`, which is also the implicit default in the latest...