Added patches to implement NtBuildNumber and ExInitializeNPagedLookasideList.

This commit is contained in:
Sebastian Lackner
2017-06-10 16:33:34 +02:00
parent 25e345194d
commit 630ff35489
8 changed files with 660 additions and 147 deletions

View File

@@ -5,3 +5,7 @@ Fixes: Add stub for ntoskrnl.Mm{Map,Unmap}LockedPages
Fixes: Implement ntoskrnl.KeInitializeMutex
Fixes: Add stub for ntoskrnl.IoGetDeviceAttachmentBaseRef
Fixes: Implement ntoskrnl.ExInterlockedPopEntrySList
Fixes: Implement ntoskrnl.NtBuildNumber
Fixes: Implement ntoskrnl.ExInitializeNPagedLookasideList
Depends: ntdll-NtAllocateUuids
Depends: Compiler_Warnings