Skip to content

Commit 138052f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)