Low-Level Interception: A Guide to Windows NT API Hooking
January 9, 2025
·4 min read
The Windows NT API is the lowest level of user-mode interaction with the operating system. While most developers use the Win32 API (CreateFile, ReadFile), these functions are ultimately wrappers around the underlying NT …
#reverse-engineering#windows#hooking#nt-api#tutorial#cpp