Top "Nt-native-api" questions

Native API is used by Windows NT and user mode applications

System Calls in windows & Native API?

Recently I've been using lot of Assembly language in *NIX operating systems. I was wondering about the windows domain. Calling …

windows linux assembly kernel nt-native-api
Windows Native API: When and why use Zw vs Nt prefixed api calls?

In Native API Microsoft exports two versions of each api call, one prefixed with Zw and one with Nt, for …

windows winapi nt-native-api