drakvuf-sandbox
drakvuf-sandbox copied to clipboard
Proper startup command escaping
Uses mslex to provide proper quoting. I also tried to separate entrypoint and file type classification from actual command-line building.
I still don't like it though, because command provided by user is not processed as it should be (we should avoid placeholders like %f
). I also don't understand why we try to include all macros explicitly and why first export is the best export in DLL.