1 repo
Mechanisms for loading dynamic link libraries into system processes to extend functionality.
Distinguishing note: Focuses on the implementation of library injection for session-based shell extension.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Custom Library Injectors. Refine with filters or upvote what's useful.
ExplorerPatcher is a system utility designed to modify the behavior of the Windows shell by injecting custom code into core operating system processes. It functions as a background patching tool that intercepts internal function calls and replaces modern interface components with legacy alternatives, allowing for the restoration of traditional taskbar, menu, and task switcher behaviors. The project distinguishes itself through its use of dynamic link library injection and side-by-side binary replacement to alter the desktop environment at runtime. By redirecting execution flow within the syst
Loads dynamic link libraries into system processes to extend or modify desktop environment components.