We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cfc50 commit 23b727dCopy full SHA for 23b727d
RunPE-In-Memory/RunPEinMemory/RunPEinMemory.cpp
@@ -69,7 +69,7 @@ bool peLoader(const char *exePath, const wchar_t* cmdline)
69
masqueradeCmdline(cmdline);
70
((void(*)())retAddr)();
71
}
72
-#include <string>
+
73
int main(int argc, char **argv)
74
{
75
if (argc != 2)
0 commit comments