refactor: fix carrier & templates (modularize)

This commit is contained in:
Dobin Rutishauser
2024-06-17 05:52:56 +02:00
parent 434c099365
commit b5641214e2
10 changed files with 116 additions and 58 deletions
+4 -1
View File
@@ -1 +1,4 @@
WinExec("C:\\windows\\system32\\notepad.exe", 1);
void decoy() {
WinExec("C:\\windows\\system32\\notepad.exe", 1);
}