3 repository-uri
Tools for converting compiled Android binary resources back into editable text.
Distinct from Binary Serialization Formats: Candidates focus on general binary formats or compilers, not Android-specific resource decoding.
Explore 3 awesome GitHub repositories matching mobile development · Android Resource Decoding. Refine with filters or upvote what's useful.
Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an
Converts compiled Android binary XML and ARSC files back into editable text formats.
Reverse engineering and pentesting for Android applications
Parses Android resource tables to extract strings, layouts, and drawables with identifiers.
apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom instrumentation and logic into compiled Android binaries. It serves as a workflow manager for modifying application packages without requiring access to the original source code. The toolkit focuses on automating the process of injecting the Frida gadget into Android packages, enabling dynamic analysis and function hooking on non-rooted devices. It handles the end-to-end lifecycle of deconstructing, modifying, and resigning binaries to facilitate security research, malware analysis, and be
Converts compiled binary resources and bytecode from APK files into human-readable formats for analysis.