awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Process Management Utilities · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesProcess Management Utilities

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.

  1. Home
  2. Operating Systems & Systems Programming
  3. Process Management Utilities

Awesome Process Management Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • huiyadanli/RevokeMsgPatcher

    huiyadanli/RevokeMsgPatcher

    36,861View on GitHub↗

    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.

    C#hex-editorpatchpc
    36,861View on GitHub↗
  • wailsapp/wails

    wailsapp/wails

    32,787View on GitHub↗

    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.

    Goangulardesktop-applicationgo
    32,787View on GitHub↗