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