2 repository-uri
Utilities that alter the low-level operational characteristics of running processes and engines.
Distinct from Chromium Backports: None of the candidates describe the general identity of a low-level runtime modifier.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Runtime Modifiers. 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.
Provides a utility that alters the low-level operational characteristics of Chromium and its embedded V8 engine.
jvm-sandbox is a bytecode instrumentation framework and plugin container for the Java Virtual Machine. It acts as a runtime application modifier that enables the injection and modification of bytecode in a running process without requiring an application restart or changes to the original source code. The system provides a non-invasive aspect-oriented programming framework to intercept method execution and alter behavior in live processes. It functions as an isolated environment for functional modules, employing a custom class loader hierarchy to prevent dependency conflicts between plugins a
Alters the behavior of running Java applications by dynamically transforming method inputs, outputs, and execution flow.