1 repository
Mechanisms for extending system behavior by attaching custom logic to specific kernel events.
Distinct from SMTP Hook Extenders: Shortlist candidates focus on application-level plugins (SMTP, media players) rather than OS-level system hooks.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Hook Implementations. Refine with filters or upvote what's useful.
embedded-notes is a collection of technical study guides and development notes focused on embedded Linux, Linux kernel internals, and C programming. It serves as a reference for embedded systems development and a preparation resource for technical interviews in the field. The project provides detailed documentation on writing device drivers, managing virtual memory, and understanding kernel internals. It also includes guides on IoT network protocols, such as MQTT and TCP/IP, and outlines the architectural details of chip architectures and hardware peripherals. The material covers a broad sur
Explains how to execute custom logic at specific system events via kernel hook functions.