Windows Kernel Programming, Second Edition
Windows kernel programming is considered Author: many a dark art, available to select few that manage to somehow unlock the mysteries of the Windows kernel. Kernel development, however, is no different than user-mode development, at least in general terms. In both cases, a good understanding of the platform is essential for producing high quality code.
The book is a guide to programming within the Windows kernel, using the well-known Visual Studio integrated development environment (IDE). This environment is familiar to many developers in the Microsoft space, so that the learning curve is restricted to kernel understanding, coding and debugging, with less friction from the development tools
The book targets software device drivers, a term I use to refer to drivers that do not deal with hardware. Software kernel drivers have full access to the kernel, allowing these to perform any operation allowed Author: the kernel. Some software drivers are more specific, such as file system mini filters, also described in the book.
Windows Kernel Programming, 2nd Edition
相关推荐
Raspberry Pi Compute Module 5 IoT In C: Using Linux Drivers and Gpio5
Parallel and High-Performance Computing in Artificial Intelligence
Cisco Networks: Engineers’ Handbook of Routing,Switching,and Security with IOS,NX-OS,and ASA,2nd Edition
Azure AI Fundamentals (AI-900) Study Guide: In-Depth Exam Prep and Practice
Ultimate Flutter for Cross-Platform App Development: Build Seamless Cross-Platform Flutter UIs with Dart, Dynamic Widgets, Unified Codebases, and Expert Testing Techniques
Ultimate Rust for Systems Programming: Master Core Programming for Architecting Secure and Reliable Software Systems with Rust and WebAssembly