1 Repo
Interception of low-level operating system function calls to monitor internal state.
Distinct from Kernel-Level Hooking: Specifically targets the interception of system-level calls rather than general kernel modification.
Explore 1 awesome GitHub repository matching operating systems & systems programming · System Call Hooking. Refine with filters or upvote what's useful.
GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a mobile application debugger and in-process diagnostic overlay, providing a visual interface rendered directly over active applications to monitor metrics and inspect system states without requiring changes to the original source code. The framework enables real-time analysis through a suite of debugging workflows. It captures diagnostic data using method swizzling and system-level hooking to intercept function calls and monitor internal application behavior. The tool covers s
Diverts low-level OS function calls to capture internal system state and monitor application behavior.