awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesAtomic Function Patching

Uses interlocked operations to replace a target function's entry point atomically, preventing race conditions.

Distinct from Atomic Thread Synchronization: Distinct from Atomic Thread Synchronization: specifically applies atomic operations to function patching, not general thread synchronization.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Atomic Function Patching. Refine with filters or upvote what's useful.

Awesome Atomic Function Patching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/detoursmicrosoft 的头像

    microsoft/Detours

    6,303在 GitHub 上查看↗

    Detours is a library for intercepting Win32 API calls and redirecting function calls at runtime on Windows, enabling binary-level instrumentation without requiring access to the original source code. It functions as an API hooking library and binary instrumentation toolkit, allowing developers to monitor or modify the behavior of compiled Windows binaries by hooking into their function execution paths. The project achieves this through detour-based function interception, where the first few instructions of a target function are replaced with a jump to a user-supplied detour function, while pr

    Uses interlocked operations to atomically replace function entry points, preventing race conditions during hook installation.

    C++hacktoberfestmicrosoft
    在 GitHub 上查看↗6,303
  1. Home
  2. Operating Systems & Systems Programming
  3. Atomic Thread Synchronization
  4. Atomic Function Patching