When i run task with command ExecutePE result is only:  When program console is:  TestExec.exe code is simple: ```#include <windows.h> #include <stdio.h> #include <stdint.h> int main() { printf("Before modification:\n"); return 0; } ```