79cfdd179c
* refactor: rename package_ to pkgId * refactor: ResAttrDecoder takes ResTable * fix: fallback on attr decoding to proper prefix * fix: reverse order of processing to trust string pool 2nd Android prefers the resource map value over what the String block has. This can be seen quite often in obfuscated apps where values such as: <item android:state_enabled="true" app:state_collapsed="false" app:state_collapsible="true"> Are improperly decoded when trusting the String block. Leveraging the resource map allows us to get the proper value. <item android:state_enabled="true" app:d2="false" app:d3="true"> * refactor: set default value if no string/res value |
||
---|---|---|
.github | ||
brut.apktool | ||
brut.j.common | ||
brut.j.dir | ||
brut.j.util | ||
gradle | ||
scripts | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.jitpack.yml | ||
build.gradle | ||
CONTRIBUTORS.md | ||
gradlew | ||
gradlew.bat | ||
INTERNAL.md | ||
LICENSE.md | ||
README.md | ||
ROADMAP.md | ||
SECURITY.md | ||
settings.gradle |
Apktool
This is the repository for Apktool. If you are looking for the Apktool website. Click here.
It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.
It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.
Support
Sponsored by
- Sourcetoad - helping with a weekly sponsorship for continued improvement and maintenance of the project.
IDE of Choice
Security Vulnerabilities
If you discover a security vulnerability within Apktool, please send an e-mail to Connor Tumbleson at connor.tumbleson(at)gmail.com. All security vulnerabilities will be promptly addressed.