Limit this search to....

Windows Kernel Programming
Contributor(s): Yosifovich, Pavel (Author)
ISBN: 1977593372     ISBN-13: 9781977593375
Publisher: Createspace Independent Publishing Platform
OUR PRICE:   $37.91  
Product Type: Paperback
Published: June 2019
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Microsoft
Physical Information: 0.82" H x 8.5" W x 11" (2.04 lbs) 402 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
There is nothing like the power of the kernel in Windows - but how do you write kernel drivers to take advantage of that power? This book will show you how.The book describes software kernel drivers programming for Windows. These drivers don't deal with hardware, but rather with the system itself: processes, threads, modules, registry and more. Kernel code can be used for monitoring important events, preventing some from occurring if needed. Various filters can be written that can intercept calls that a driver may be interested in.