Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 16475c6

Browse files
authored
Update shellcode Injector.cpp
1 parent 792b69a commit 16475c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shellcode Injector/shellcode Injector.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ int main(void)
123123
{
124124
print_good("Thread Created Succesfully 0x%lX\n", thread);
125125
if (WaitForSingleObject(thread, INFINITE) != 0b11111111111111111111111111111111)
126-
{
127126
print_good("Thread finished Succesfully 0x%lX\n", thread);
128-
}
129127
else
130128
print_bad("error in WaitForSingleObject 0x%lX\n", GetLastError());
131129
}

0 commit comments

Comments
 (0)