Windows Internals 3
Windows is a large and complex operating system. Understanding the way it works can help developers get the most out of it. This is a continuation course following Windows Internals 2
What you'll learn
Software developers for Windows should understand the way Windows works, its mechanisms and algorithms, so they are able to write better software that can take advantage of Windows' strengths. The course deals with all the major terms in Windows, such as processes, threads, virtual memory and more. Whether you're a Win32 programmer, a .NET programmer or a device driver programmer, you should benefit from understanding Windows, which may help in troubleshooting difficult issues as well.
Table of contents
- Overview 1m
- Introduction 3m
- The DriverEntry Function 1m
- Demo: DriverEntry 7m
- Demo: Creating a Device Object 7m
- The Unload Routine 2m
- Demo: Unload Routine 3m
- Driver Installation 1m
- Demo: Installing the Driver 7m
- Dispatch Routines 3m
- Demo: Create/Close Dispatch Routine 4m
- Testing the Driver 1m
- Demo: Basic Driver Testing 7m
- Summary 1m