Windows C / Hide Artifacts: Hidden Window
| Author | Issac Briones (1d8) |
| Platform | Windows |
| Language | C |
| Technique | Hide Artifacts: Hidden Window |
Code
#include <windows.h>
#include <stdio.h>
void main() {
HWND winHandle = GetConsoleWindow();
ShowWindow(winHandle, SW_HIDE);
}
Created
August 17, 2024
Last Revised
August 17, 2024