A question about the transition from Win32 APIs to NTAPIs. When debugging a Win32 API like VirtualAlloc with x64dbg I can see the following path from calling the Win32 API to executing the syscall.
.exe -> kernel32.dll -> kernelbase.dll -> ntdll.dll
So my questions are:
- Why… Show more

