1 مستودع
Systems for altering the behavior of running Java applications by dynamically transforming method inputs, outputs, and execution flow.
Distinct from Runtime Modifiers: Distinct from low-level operational modifiers: specifically modifies application-level method logic and flow via bytecode.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Runtime Application Modifiers. Refine with filters or upvote what's useful.
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.