frida-core
frida-core copied to clipboard
Enable interaction with console processes on Windows
Currently when running frida
(the REPL) on a console application on Windows, there is no way to interact with the process because primary interaction is with the REPL console, and both share the same console.
I was going to suggest adding CREATE_NEW_CONSOLE
flag to the CreateProcess
call, but I realized it was removed in 38413a3.
Could it be added back as a command-line flag to pass to frida
so that the user can decide if the process should or should not have a separate console window?