nettitude / RunPE

C# Reflective loader for unmanaged binaries.
BSD 3-Clause "New" or "Revised" License
417 stars 64 forks source link

Not able to capture stdout #13

Open ghost opened 1 year ago

ghost commented 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 ?

MexHigh commented 1 year ago

Same problem here: Is it possible to write STDOUT to a TextWriter instead?