Open
Description
Hello,
I'm working on a small debugger for windows which means I need to pass creation flags that I cannot pass with the process
library. I found it strange that there is no binding for that function in Win32. Even more, as there is DebugApi which seems to me that it can only be used on an already started process.
Yotam