How Windows API Works Under the Hood

Описание к видео How Windows API Works Under the Hood

In this video we will follow a Python open file function call all the way to the native API of Windows.

Tools:
- windbg - winget install windbg
- Visual Studio Build Tools
- Python 3.10 IDLE

Docs used in video:
NtDoc (unofficial) - https://ntdoc.m417z.com/ntcreatefile
Win32 Docs (official) - https://learn.microsoft.com/en-us/win...
Python 3.10 docs - https://docs.python.org/3.10/library/...

Комментарии

Информация по комментариям в разработке