awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Static Binary Instrumentation Tools · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesStatic Binary Instrumentation Tools

Tools for rewriting executable files on disk to embed new logic.

Distinguishing note: Focuses on permanent on-disk modification rather than runtime memory patching.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Static Binary Instrumentation Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Static Binary Instrumentation Tools

Awesome Static Binary Instrumentation Tools 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

    Analyzes and rewrites executable files on disk to permanently embed new logic before launch.

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