Posted September 25, 20222 yr The console is allocated at new thread ( not main ) , it's possible to hide it without access to source code?
September 26, 20222 yr You can create a hook/cave/injected bit of code that calls 'FreeConsole' on the same thread the console was allocated on to destroy it. https://learn.microsoft.com/en-us/windows/console/freeconsole
Create an account or sign in to comment