C# app to act like WINDBG's “step into” feature
问题 I do a lot "academic" security projects mostly targeted at Linux platforms but recently I've had some interest in Windows. So what I'm I've done is make some small tools like an app to crash other apps and such, just to provoke behavior. So I've had to use WINDBG a lot for stepping through processes, which is been pretty useful, way cooler than GDB(linux). So the tool I'm trying to make now is essentially just like the stepping feature in WINDBG. What I can do is launch a process as a System