3 个仓库
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.
这是一个 Java 运行时诊断工具和字节码插桩框架。它提供了一个远程故障排查界面,用于检查运行中的 Java 系统、分析执行轨迹并监控方法性能,而无需重启应用程序。 该系统的特色在于其能够在运行时修改 Java 类以捕获参数和返回值,并结合了基于 JavaScript 的脚本引擎来实现自定义诊断逻辑。它还支持协作式实时调试,允许多个用户同时连接到同一个远程进程以共享诊断会话。 该工具的更广泛功能包括方法级性能指标、执行历史记录和实时状态分析。它提供了用于调用栈捕获、运行时环境检查以及条件方法拦截的实用程序,以便在运行环境中评估动态表达式。
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.