Skip to content

Commit 23b727d

Browse files
authored
Update RunPEinMemory.cpp
1 parent e9cfc50 commit 23b727d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RunPE-In-Memory/RunPEinMemory/RunPEinMemory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ bool peLoader(const char *exePath, const wchar_t* cmdline)
6969
masqueradeCmdline(cmdline);
7070
((void(*)())retAddr)();
7171
}
72-
#include <string>
72+
7373
int main(int argc, char **argv)
7474
{
7575
if (argc != 2)

0 commit comments

Comments
 (0)