hasherezade / exe_to_dll

Converts a EXE into DLL
1.25k stars 188 forks source link

Get console output #9

Open tofadap opened 11 months ago

tofadap commented 11 months ago

Is there any way to get console output from GetProcAddress ? my exe produce only console output and I'm trying to get that output to variable in GetProcAddress Start function. Can you help ?