Windows Native API Programming

The Windows native API is the “real” API user-mode code uses to talk to the kernel. This API, however, is mostly undocumented. The course teaches the fundamentals of the Native API implemented by NtDll.dll, as it relates to system calls, but not just system calls.