Add note to error message about possible startup fault - missing DLLs

This commit is contained in:
baldurk
2017-09-26 10:16:18 +01:00
parent 9c1de3a876
commit e037ac02ff
+1 -1
View File
@@ -326,7 +326,7 @@ uintptr_t FindRemoteDLL(DWORD pid, wstring libName)
{
RDCERR(
"Error injecting into remote process with PID %u which is no longer available.\n"
"Possibly the process has crashed during early startup?",
"Possibly the process has crashed during early startup, or is missing DLLs to run?",
pid);
}
else