Hacking the Windows API with Python - Real Ethical Hacking
- Installing Dependecies and tools in windows
- Windows Internals
- Windows API Call
- Windows API Style
- Some basics of Python
- Gaining a handle to a Windows Process
- Project - ProcKiller
- Windows deep internal structures
- Spawning a Windows Process
- Making of SpawnProc using Python
- More of API Calls Undocumented
- About Token Privilegs
- Process Access Token Opening
- Process Token Privileges checking
- Process Token Privileges Modification
- Impersonation Tool using Python