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 development environment designed for Android reverse engineering and mobile application security analysis. It provides a comprehensive workbench that enables users to decompile, analyze, modify, and repackage mobile application binaries directly within a code editor. The platform distinguishes itself by combining static code analysis with dynamic instrumentation capabilities. It transforms compiled packages into readable source code and assembly logic, while simultaneously offering tools to inject runtime hooks, patch application behavior, and intercept encrypted netwo
Transforms compiled Android application packages into readable source code and resource files for security analysis.