Added check for ROSKRNL.EXE kernel import references

svn path=/trunk/; revision=228
This commit is contained in:
Rex Jolliff 1999-02-12 22:07:20 +00:00
parent cadd577325
commit 6e66d97592

View file

@ -407,6 +407,7 @@ LdrPEProcessDriver(PVOID ModuleLoadBase)
ImportModuleDirectory->dwRVAModuleName;
DPRINT("Import module: %s\n", pName);
if (strcmp(pName, "ntoskrnl.exe") &&
strcmp(pName, "roskrnl.exe") &&
strcmp(pName, "HAL.dll"))
{
DPRINT("Kernel mode DLLs are currently unsupported\n");