Hacker News new | ask | show | jobs
by HeckFeck 996 days ago
I feel inclined to bypass all that Win32 gubbins and talk to the Kernel directly.

Back in my day we just walked into the office of the man in charge and shook hands, we struck deals like real men. If we ask ask the NT kernel politely in a language it understands, we will get our filepath. Right?

http://undocumented.ntinternals.net/index.html?page=UserMode...

1 comments

NT API is now documented by Microsoft. The coverage is not complete, but enough to be useful. E.g. https://learn.microsoft.com/en-us/windows/win32/api/winternl....