mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-12 23:49:25 +01:00
A tool for reverse engineering Android apk files
59a0d2f09b
This makes the logic quite a bit easier to follow, and fixes an issue with the previous implementatation, where it didn't correctly handle the case when were multiple long names that collided after being shortened Conflicts: brut.apktool.smali/util/src/main/java/ds/tree/DuplicateKeyException.java brut.apktool.smali/util/src/main/java/ds/tree/RadixTree.java brut.apktool.smali/util/src/main/java/ds/tree/RadixTreeImpl.java brut.apktool.smali/util/src/main/java/ds/tree/RadixTreeNode.java brut.apktool.smali/util/src/main/java/ds/tree/Visitor.java brut.apktool.smali/util/src/main/java/ds/tree/VisitorImpl.java |
||
---|---|---|
baksmali/src/test/java/org/jf/baksmali | ||
brut.apktool | ||
brut.apktool.smali | ||
brut.j.common | ||
brut.j.dir | ||
brut.j.util | ||
dexlib2/src | ||
gradle | ||
scripts | ||
smali/src | ||
util/src/main/java/org/jf/util | ||
.gitignore | ||
.travis.yml | ||
build.gradle | ||
CHANGES | ||
CONTRIBUTING.md | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle |
Apktool
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.