Files
SuperMega/data/source/decoy/winexec.c
T
2024-06-17 05:52:56 +02:00

5 lines
72 B
C

void decoy() {
WinExec("C:\\windows\\system32\\notepad.exe", 1);
}