awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/detoursAvatar microsoft

    microsoft/Detours

    6,303Vezi pe 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
    Vezi pe GitHub↗6,303
  1. Home
  2. Operating Systems & Systems Programming
  3. Atomic Thread Synchronization
  4. Atomic Function Patching