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

1 repo

Awesome GitHub RepositoriesDynamic Library Hooking Utilities

Mechanisms for intercepting and redirecting calls to external software dependencies at runtime.

Distinguishing note: Focuses on the mechanism of library interception rather than the specific compatibility use case.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Dynamic Library Hooking Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Dynamic Library Hooking Utilities

Awesome Dynamic Library Hooking 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.
  • ValveSoftware/Proton

    ValveSoftware/Proton

    30,196View on GitHub↗

    Proton is a compatibility layer designed to enable the execution of Windows-based software on non-Windows operating systems. It functions as a controlled runtime environment that maps proprietary system calls to native kernel functions and translates graphics API commands into open-standard compute shaders. This allows applications to run without requiring modifications to their original source code. The project distinguishes itself through a robust toolchain for reproducible builds, which utilizes containerized isolation to ensure consistent binary outputs across different development enviro

    Intercepts calls to external software dependencies by injecting custom code wrappers.

    C++proton
    30,196View on GitHub↗