6a49fa15fa
PR: 193042 Submitted by: Ports Fury
12 lines
260 B
C++
12 lines
260 B
C++
--- modules/shellcode-generic/sch_generic_createprocess.cpp.orig
|
|
+++ modules/shellcode-generic/sch_generic_createprocess.cpp
|
|
@@ -40,6 +40,9 @@
|
|
|
|
|
|
|
|
+#include <cstdio>
|
|
+#include <cstring>
|
|
+
|
|
#include "sch_generic_createprocess.hpp"
|
|
|
|
#include "Nepenthes.hpp"
|