3 repositorios
Modifying compiled instructions in memory during server execution to bypass engine constraints.
Distinct from Bytecode Instruction Editors: Distinct from static bytecode editors by focusing on live runtime injection to alter server behavior.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Runtime Bytecode Injection. Refine with filters or upvote what's useful.
Chromatic is a Chromium runtime modifier and JavaScript engine injector designed to alter the low-level operational characteristics of Chromium and its embedded V8 engine. It functions as a tool for injecting custom logic into the V8 JavaScript engine to change application behavior at runtime. The project provides mechanisms for browser engine instrumentation and V8 runtime manipulation. It enables the modification of the internal execution flow of JavaScript within Chromium-based environments to extend native browser capabilities or bypass standard limitations.
Modifies the JavaScript engine by inserting custom bytecode sequences directly into the execution stream at runtime.
Este proyecto es una herramienta de diagnóstico de runtime de Java y framework de instrumentación de bytecode. Proporciona una interfaz de resolución de problemas remota para inspeccionar sistemas Java en vivo, analizar trazas de ejecución y monitorear el rendimiento de métodos sin requerir reinicios de la aplicación. El sistema se distingue por su capacidad para modificar clases de Java en tiempo real para capturar parámetros y valores de retorno, combinado con un motor de scripting basado en JavaScript para lógica de diagnóstico personalizada. Además, soporta la depuración en vivo colaborativa, permitiendo que múltiples usuarios se conecten a un único proceso remoto simultáneamente para compartir sesiones de diagnóstico. Las capacidades más amplias de la herramienta incluyen métricas de rendimiento a nivel de método, grabación del historial de ejecución cronológico y análisis de estado en vivo. Proporciona utilidades para la captura de la pila de llamadas (call stack), inspección del entorno de ejecución e interceptación condicional de métodos para evaluar expresiones dinámicas dentro de un entorno en ejecución.
Modifies compiled instructions in memory during execution to insert custom diagnostic logic without restarting the system.
TShock is a server management tool and plugin framework for dedicated Terraria servers. It functions as an administrative suite and anti-cheat tool designed to control player permissions, monitor game integrity, and extend server functionality. The project provides a framework for creating custom plugins that modify the game world and implement new commands. It enables internal state modification through bytecode injection, packet interception, and memory manipulation to bypass engine restrictions and alter live game environments. Administrative capabilities include a hierarchical role-based
Implements bytecode-level state injection to overwrite server runtime instructions and bypass original engine restrictions.