1 个仓库
Tools specifically designed to convert compiled bytecode into low-level assembly instructions.
Distinct from Java Bytecode Viewers: Focuses on the disassembly to assembly, whereas the parent is a general browser/viewer.
Explore 1 awesome GitHub repository matching development tools & productivity · Bytecode Disassemblers. 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
Converts compiled Java classes into assembly instructions for detailed low-level code analysis.