2 Repos
Tools and techniques for intercepting function calls between applications and the operating system to modify behavior.
Distinct from API Interception Hooks: Candidates are too narrow, focusing specifically on font rasterizers, graphics APIs, or telephony.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · API Hooking Utilities. Refine with filters or upvote what's useful.
BaiduNetdiskPlugin-macOS is a suite of macOS system extensions and tools designed to remove download speed limits and unlock premium features for the Baidu Netdisk client. It functions as a download speed unblocker and premium feature unlocker to enable maximum data transfer rates and activate SVIP status. The project includes a software update blocker that prevents the client from performing automatic updates to preserve the applied modifications. It achieves these results by removing local data transfer rate restrictions and eliminating trial duration limits.
Implements API hooking to intercept and block automatic update checks.
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
Provides a library for hooking into Win32 API calls to monitor or modify function behavior at runtime.