(C) Hide Artifacts: Hidden Window by Issac Briones (1d8)
Created the Saturday 17 August 2024. Updated 2 weeks, 6 days ago.
Code
#include <windows.h>
#include <stdio.h>
void main() {
HWND winHandle = GetConsoleWindow();
ShowWindow(winHandle, SW_HIDE);
}