3 रिपॉजिटरी
Low-level drivers that run in the privileged kernel space to manage hardware interrupts and memory.
Distinct from Kernel Extension Loaders: The candidates focus on loaders, injectors, or offensive drivers, not the implementation of a standard kernel extension driver.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Kernel Extensions. Refine with filters or upvote what's useful.
itlwm is a macOS network driver and kernel extension that enables Intel wireless network adapters to function on macOS systems. It serves as a hardware-specific driver providing connectivity and stability for Intel Wi-Fi chips on non-native platforms. The project acts as a bridge between Intel hardware and native macOS wireless frameworks, allowing the system to recognize the adapter as a native device and utilize Apple Airport features and system settings. The driver manages hardware integration and network connectivity by interfacing with the operating system to support macOS hardware comp
Functions as a macOS kernel extension to provide privileged management of Intel wireless hardware.
This project is an educational resource providing a comprehensive development tutorial for writing and loading eBPF programs using C, Go, and Rust within the Linux kernel. It serves as a technical guide for developing custom logic to execute directly in the kernel. The materials cover specialized domains including kernel observability and tracing, security implementation for intrusion detection, and high-performance network engineering for packet filtering and load balancing. It also includes dedicated manuals for Linux kernel tracing and the use of kprobes, uprobes, and tracepoints. The pro
Adds custom kernel behavior through specialized functions and schedulers without modifying core source code.
ntfstool is a collection of system utilities and drivers designed to manage NTFS-formatted volumes on macOS. It provides a file system driver and management tools that enable full read and write permissions for NTFS-formatted disks. The project includes a disk image manager that monitors storage use and automates the removal of unused image disk files. It also features a disk capacity monitor to track total and available storage space across all connected read-write volumes. The utility surface covers NTFS read-write mounting, storage administration, and the management of external storage de
Provides a kernel extension that overrides default read-only restrictions to enable full write access to NTFS volumes.