refactor: make decoy a plugin too

This commit is contained in:
Dobin Rutishauser
2024-06-10 10:06:24 +02:00
parent 85585e598e
commit 71b38a064c
8 changed files with 24 additions and 7 deletions
@@ -36,6 +36,8 @@ int main()
antiemulation();
// Decoy
{{plugin_decoy}}
//WinExec("C:\\windows\\system32\\notepad.exe", 1);
// Allocate 1
+1 -1
View File
@@ -36,7 +36,7 @@ int main()
antiemulation();
// Decoy
//WinExec("C:\\windows\\system32\\notepad.exe", 1);
{{plugin_decoy}}
// Allocate 1
// char *dest = ...
View File
+1
View File
@@ -0,0 +1 @@
WinExec("C:\\windows\\system32\\notepad.exe", 1);