PRO_APK Posted March 30, 2021 at 10:43 AM Share Posted March 30, 2021 at 10:43 AM Apktool v2.5.1-0a7b84-SNAPSHOTRequirements: Java 8 ( JRE 1.8 )Overview: A tool for reverse engineering Android apk files 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 also makes working with an app easier because of the project like file 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, analyzing applications and much more. Features Disassembling resources to nearly original form (including resources.arsc, classes.dex, 9.png. and XMLs) Rebuilding decoded resources back to binary APK/JAR Organizing and handling APKs that depend on framework resources Smali Debugging (Removed in 2.1.0 in favor of IdeaSmali) Helping with repetitive tasks Authors: Connor Tumbleson - Current Maintainer Ryszard Wiśniewski - Original Creator What's New: Commits on Mar 28, 2021 fix: cleanup StringBlock from unused methods fix: remove unused smali builder methods fix: remove no longer used resources on ResPackage fix: remove unused methods from Res* data classes fix: remove unused methods/properties from AXmlParser fix: remove unused util methods/exceptions fix: remove unused exceptions refactor: correct spelling mistake of aapt Merge pull request #2545 from iBotPeaches/issue2543 test: add testcase for static field valueshttps://github.com/iBotPeaches/Apktool/commits/master This app has no advertisements More Info:https://ibotpeaches.github.io/Apktool/Download Instructions: This is the hidden content, please Sign In or Sign Up This is the hidden content, please Sign In or Sign Up Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now