1 रिपॉजिटरी
Specialized tools for analyzing and modifying the bytecode of Java applications.
Distinct from Java Bytecode Viewers: Candidates are too narrow (transpilation) or too broad (generic Java development).
Explore 1 awesome GitHub repository matching development tools & productivity · Java Bytecode Editing Tools. Refine with filters or upvote what's useful.
Recaf is a suite of specialized tools for assembling, editing, deobfuscating, decompiling, and instrumenting Java bytecode and runtime processes. It provides a coordinated environment for modifying compiled Java class files and analyzing the behavior of Java applications. The project distinguishes itself through a multi-level abstraction layer that allows for editing across different formats and a pluggable framework that routes bytecode through multiple configurable decompilation engines. It includes an embedded scripting engine and plugin architecture to automate repetitive tasks and extend
Enables modifying compiled Java application code while automatically maintaining program structure.