mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-19 10:59:28 +01:00
A tool for reverse engineering Android apk files
48285bde03
Since all frameworks are decoded the same via readPackage(), reading a framework that was a sharedLibrary would throw the sharedLibrary flag for the apk. Since packageName isn't set until after the first decode, we check the values to make sure we only set this variable on the first apk decoded. Refs #936 |
||
---|---|---|
brut.apktool | ||
brut.apktool.smali | ||
brut.j.common | ||
brut.j.dir | ||
brut.j.util | ||
gradle | ||
scripts | ||
.gitignore | ||
.travis.yml | ||
build.gradle | ||
CHANGES | ||
CONTRIBUTING.md | ||
CONTRIBUTORS.md | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.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.