1 repository
Tools for exporting processed or modified code back into executable binary archives.
Distinct from Package Exports: Focuses on binary reconstruction for execution, rather than package manager compatibility.
Explore 1 awesome GitHub repository matching development tools & productivity · Binary Export Tools. Refine with filters or upvote what's useful.
This project is a Java bytecode reverse engineering suite that functions as a disassembler, decompiler, and editor for Java class files and Android APK binaries. It provides tools to transform compiled bytecode into assembly instructions or readable source code. The toolset supports Android APK analysis and Java binary patching, allowing for the modification of source code or bytecode and subsequent recompilation into functional binaries. It includes capabilities for removing Java obfuscation and performing malware analysis through the detection of malicious code patterns. The system incorpo
Packages processed code into runnable archives or application formats for deployment.