Recaf
Bytecode Editor
A modern Java bytecode editor with features for decompiling, recompiling, and manipulating compiled Java code.
The modern Java bytecode editor
6k stars
164 watching
467 forks
Language: Java
last commit: 7 days ago
Linked from 1 awesome list
agentasmbytecodebytecode-engineeringbytecode-manipulationdecompiledecompilerjavajava-decompilerjavafxjavafx-applicationjvm-bytecodereverse-engineeringstatic-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
konloch/bytecode-viewer | A Java-based tool for analyzing and modifying Android APKs and other Java files | 14,699 |
jboss-javassist/javassist | A Java bytecode manipulation toolkit allowing developers to edit and modify compiled Java classes at runtime. | 4,114 |
mikeakohn/java_grinder | Compiles Java bytecode to native machine code for embedded systems and retro computing platforms. | 496 |
raphw/byte-buddy | A Java library for generating classes at runtime without the need for explicit code generation. | 6,287 |
javapathfinder/jpf-core | An extensible software model checking framework for Java bytecode programs | 535 |
decaf-project/decaf | A whole-system dynamic binary analysis platform that enables the analysis of malware and malicious code execution | 805 |
clj-commons/virgil | A tool for live-compiling Java classes from Clojure code without restarting the REPL. | 315 |
skylot/jadx | Decomposes Android executable files into Java source code | 41,766 |
lwiest/basiccompiler | Compiles BASIC programs into Java bytecode. | 29 |
bytedeco/javacv | Provides a Java interface to computer vision and multimedia libraries | 7,585 |
lxdvs/apk2gold | Decompiles Android apps into Java source code with resources | 676 |
bytedeco/javacpp | Provides efficient access to native C++ code from Java | 4,500 |
jesusfreke/smali | An assembler/disassembler tool for Android Java bytecode. | 6,342 |
bytedeco/javacpp-presets | Provides pre-configured Java modules for widely used C/C++ libraries | 2,677 |
cglib/cglib | Generates and transforms Java byte code to enable AOP, testing, and data access framework support for dynamic proxy objects. | 4,805 |