Added patch to implement stub for ntoskrnl.KeDelayExecutionThread.

This commit is contained in:
Sebastian Lackner
2015-02-08 17:51:06 +01:00
parent f1b08404b8
commit 221a419640
5 changed files with 69 additions and 1 deletions

View File

@@ -2,3 +2,4 @@ Fixes: Add stub for ntoskrnl.KeWaitForMultipleObjects
Fixes: Implement stub for ntoskrnl.IoGetAttachedDeviceReference
Fixes: Implement stubs for ntoskrnl.Ex{Acquire,Release}FastMutexUnsafe
Fixes: Implement stubs for ntoskrnl.ObReferenceObjectByPointer and ntoskrnl.ObDereferenceObject
Fixes: Implement stub for ntoskrnl.KeDelayExecutionThread.