(C) Hide Artifacts: Hidden Window by Issac Briones (1d8)

Created the Saturday 17 August 2024. Updated 4 weeks, 2 days ago.

Code

            #include <windows.h>
#include <stdio.h>

void main() {
    HWND winHandle = GetConsoleWindow();
    ShowWindow(winHandle, SW_HIDE);
}