Open ghost opened 1 year ago
When using RunPE in a process which has no attached console (conhost.exe), We can't use SetStdHandle function to redirect the stdout, is there any way to handle this problem without creating or attaching to a console ?
Same problem here: Is it possible to write STDOUT to a TextWriter instead?
When using RunPE in a process which has no attached console (conhost.exe), We can't use SetStdHandle function to redirect the stdout, is there any way to handle this problem without creating or attaching to a console ?