googleprojectzero / sandbox-attacksurface-analysis-tools

Set of tools to analyze Windows sandboxes for exposed attack surface.
Apache License 2.0
2.07k stars 433 forks source link

Added functions to create custom desktops with CreateDesktop and CreateDesktopEx #44

Open ashley-pillay opened 2 years ago

ashley-pillay commented 2 years ago

Win32Utils has a CreateWindowStation function, but did not have any helper methods to create custom desktops via CreateDesktop and CreateDesktopEx.