2 रिपॉजिटरी
Injects custom code into precompiled class files at load time using bytecode transformation.
Distinct from Source Code Injection: Distinct from Source Code Injection: operates on compiled bytecode at load time, not source files.
Explore 2 awesome GitHub repositories matching web development · Bytecode Transformers. 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
Provides automated bytecode transformers to rename members and patch class files for deobfuscation.
Sodium is a Minecraft performance optimization project that replaces the default rendering engine to increase frame rates and reduce stutter. It functions as a game rendering modification that applies runtime patches to the engine to change how graphics are displayed. The project provides a customizable settings registry, allowing for the addition of new configuration options to the video menu so other extensions can integrate their own visual settings. The rendering system implements chunk-based culling logic and buffer-based geometry caching to minimize draw calls and reduce CPU overhead.
Injects custom code into precompiled class files at load time using bytecode transformation.