awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Binary Patching Utilities · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesBinary Patching Utilities

Tools for modifying compiled machine code within executable files to alter application behavior.

Distinguishing note: Focuses on low-level binary modification rather than general system administration.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Patching Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Patching Utilities

Awesome Binary Patching 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

    Provides utilities to modify compiled machine code within executable files to alter application behavior.

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

    dnSpy/dnSpy

    28,993View on GitHub↗

    dnSpy is a desktop application designed for the analysis, debugging, and modification of compiled .NET assemblies. It functions as an assembly analysis suite and decompiler, translating binary instruction streams back into readable source code to facilitate reverse engineering when original source files are unavailable. The tool distinguishes itself through an integrated binary patching engine and metadata editor, which allow for the direct modification of executable logic and internal metadata tables. It supports in-process debugging instrumentation, enabling users to inject runtime hooks, s

    Enables direct modification of compiled application logic by rewriting binary data.

    C#
    28,993View on GitHub↗