1 مستودع
Mechanisms for hooking into function or block execution to perform logging, validation, or modification.
Distinguishing note: None of the candidates relate to runtime execution interception of programming blocks; they focus on file system or network blocking.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Execution Interceptors. Refine with filters or upvote what's useful.
BlocksKit is a low-level utility library for Apple platform development, specifically designed for managing the execution flow and memory of blocks within macOS and iOS applications. It provides a collection of helper functions to simplify the use of blocks in Objective-C and C, reducing boilerplate code and addressing inherent technical limitations. The library focuses on bridging Objective-C blocks with legacy C-based APIs by providing compatible wrapper structures and function-pointer emulation. It enables the passing of blocks through system interfaces that require strict C-style callback
Implements a toolset for intercepting block calls to add logging and validation before runtime execution.