frida-core icon indicating copy to clipboard operation
frida-core copied to clipboard

Enable interaction with console processes on Windows

Open geekman opened this issue 7 years ago • 0 comments

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?

geekman avatar Oct 14 '17 09:10 geekman