1 Repo
Utilities that insert custom machine code into the address space of running user-mode processes.
Distinguishing note: Candidates focus on emulation or specific Android processes; this is a general Windows user-mode injector.
Explore 1 awesome GitHub repository matching operating systems & systems programming · User-Mode Code Injectors. Refine with filters or upvote what's useful.
Windhawk is a Windows OS modding framework and user-mode code injector designed to customize the behavior of Windows applications and system components. It functions as a process customization tool and API hooking engine that allows for the insertion of custom logic into running programs. The framework enables software behavior modification and user interface tweaking without requiring access to the original source code. This is achieved by intercepting function calls and altering how software interacts with the operating system to implement patches or feature enhancements. The system covers
Provides a utility for inserting custom logic into running Windows programs to implement patches.