Skip to content

Commit 138052f

Browse files
committed
fixed typo in readme example
1 parent ca1a76b commit 138052f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ DWORD TargetProcessId;
6767
INJECTIONDATAA data =
6868
{
6969
"",
70-
TargetProcessId;,
70+
TargetProcessId,
7171
INJECTION_MODE::IM_LoadLibraryExW,
7272
LAUNCH_METHOD::LM_NtCreateThreadEx,
7373
NULL,

0 commit comments

Comments
 (0)