Apktool icon indicating copy to clipboard operation
Apktool copied to clipboard

A tool for reverse engineering Android apk files

Results 167 Apktool issues
Sort by recently updated
recently updated
newest added

### Information 1. Apktool Version (`apktool -version`) - 2.3.4 2. Operating System (Mac, Linux, Windows) - Linux 3. APK From? (Playstore, ROM, Other) - Sample app demonstrating problems in other...

Bug

### Information 1. **Apktool Version (`apktool -version`)** - 2.4.0 2. **Operating System (Mac, Linux, Windows)** - Mac 3. **APK From? (Playstore, ROM, Other)** - privatly built ### Stacktrace/Logcat ``` 03-06...

### Information 1. **Apktool Version (`apktool -version`)** - 2.3.0 2. **Operating System (Mac, Linux, Windows)** - Mac 3. **APK From? (Playstore, ROM, Other)** - apkpure ### Stacktrace/Logcat ``` /temp>apktool d...

Bug

### Information 1. **Apktool Version:** 2.3.4, 2.4.0-SNAPSHOT 2. **Operating System:** Linux, Windows 3. **APK From:** Wrote the bug sample myself ### Stacktrace/Logcat ``` $ java -jar apktool.jar b -f framework2...

### Information 1. **Apktool Version (`apktool -version`)** - the latest v2.3.4 2. **Operating System (Mac, Linux, Windows)** - Windows 3. **APK From? (Playstore, ROM, Other)** - Playstore ### Stacktrace/Logcat ```...

Bug

### Information 1. **Apktool Version (`apktool -version`)** - 2.2.3, 2.2.4-fce273-SNAPSHOT 2. **Operating System (Mac, Linux, Windows)** - Mac 3. **APK From? (Playstore, ROM, Other)** - [instant app tutorial link](https://codelabs.developers.google.com/codelabs/android-instant-apps/#0) ###...

Bug

As seen below, a 500KB apk uses up to 176MB (a 300x increase!!) of memory when decoding just the smali, without resources. This makes large scale analysis of many APKs...

Feature

Hi! Thanks for your work, using apktool and it greatly simplifies researching apps :+1: Is Split APK support, specifically resolving `APKTOOL_DUMMY_` resource names, in scope of this project? Maybe I'm...

I want to edit an APK file, for this purpose I use the following command in Linux (Kali): apktool d ed28.apk and result is: ``` I: Using Apktool 2.6.1-dirty on...

### Information 1. **Apktool Version (`apktool -version`)** - 2.6.1 2. **Operating System (Mac, Linux, Windows)** - Windows 3. **APK From? (Playstore, ROM, Other)** - System_ui.apk form oneui core 4.1 ###...