fix command line comparison
This commit is contained in:
@@ -77,7 +77,7 @@ DWORD WINAPI cb_start(HANDLE *pParam)
|
|||||||
CloseServiceHandle(hService);
|
CloseServiceHandle(hService);
|
||||||
CloseServiceHandle(hSCM);
|
CloseServiceHandle(hSCM);
|
||||||
|
|
||||||
if ( !tmp || dwProcessId != GetCurrentProcessId() ) {
|
if ( tmp || dwProcessId != GetCurrentProcessId() ) {
|
||||||
trace(L"Injected into wrong process!");
|
trace(L"Injected into wrong process!");
|
||||||
goto release;
|
goto release;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user