2 रिपॉजिटरी
Tools that translate APK, DEX, and OAT binaries into human-readable source code.
Distinct from Binary Decompilation: Candidates focus on GUIs or specific unpacking/dumping, whereas this is the core identity of a native decompiler.
Explore 2 awesome GitHub repositories matching development tools & productivity · Android Binary Decompilers. Refine with filters or upvote what's useful.
This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode deobfuscator, and malware analysis tool. It is designed to convert APK, DEX, and OAT binaries into human-readable source code using a native implementation that does not require a Java Virtual Machine. The platform is distinguished by its integration with Frida for dynamic analysis, allowing users to hook methods, inject custom JavaScript, and dump device memory in real time. It also features specialized security engines, including a taint propagation engine and a stack-state machine, to
Converts Android binary files into human-readable source code using a native implementation that bypasses the Java Virtual Machine.
APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a unified environment for decompiling binaries into source code, repackaging modified applications into signed installers, and performing comprehensive security analysis. The platform distinguishes itself by combining static and dynamic analysis workflows. It enables the injection of runtime hooks and gadget libraries to monitor application behavior, while providing specialized patching capabilities to intercept and decrypt encrypted network traffic via a proxy. The toolkit co
Translates Android APK, DEX, and OAT binaries into human-readable source code for analysis.