Native API is used by Windows NT and user mode applications
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-apiIn Native API Microsoft exports two versions of each api call, one prefixed with Zw and one with Nt, for …
windows winapi nt-native-api