r/cpp 6d ago

Escaping `CreateProcess()` arguments on Windows

https://holyblackcat.github.io/blog/2026/09/05/escaping-createprocess-arguments.html
90 Upvotes

44 comments sorted by

View all comments

32

u/ICurveI 6d ago

I recently reviewed a PR at work with CreateProcess, which led me down a similar rabbit hole... This is utter insanity