mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Added check for ROSKRNL.EXE kernel import references
svn path=/trunk/; revision=228
This commit is contained in:
parent
cadd577325
commit
6e66d97592
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue