2 repos
Tools and patches that modify or control how operating system processes are initialized, executed, or restricted.
Distinguishing note: Focuses on low-level binary modification and process execution constraints rather than high-level system monitoring or administration.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Process Management Utilities. Refine with filters or upvote what's useful.
RevokeMsgPatcher is a binary patching utility designed to modify the execution logic of desktop messaging applications. By applying low-level changes to compiled executable files and libraries, the tool enables functionality not natively supported by the original software, specifically focusing on message persistence and process management. The utility distinguishes itself through targeted binary instrumentation and control flow redirection. It identifies specific function patterns and memory offsets within proprietary software to inject custom assembly instructions. These modifications allow
Enables the simultaneous execution of multiple application instances by patching binary mutex checks.
Wails is a cross-platform framework for building native desktop applications by combining a Go backend with web-based frontend technologies. It enables developers to create lightweight software by utilizing the host operating system's native web rendering engine, eliminating the need to bundle heavy browser dependencies. The framework distinguishes itself through a robust communication layer that bridges the backend and frontend. It automatically generates type-safe JavaScript bindings and proxies from Go code, allowing for seamless, asynchronous method invocation and data serialization acros
Terminates the active application process to ensure a clean exit.