On windows, some system library are always loaded by OS (see Are Win32 applications automatically linked against ntdll.dll?); thus, one should be able to get its base address in PEB.
Hence I am wondering that if it is possible to do something like creating a window with only system calls or Native APIs on windows.
Many thanks.