ntoskrnl.exe-Resources: Add patch set.

This commit is contained in:
Zebediah Figura
2019-02-19 18:59:41 -06:00
parent 7937739028
commit d12fcebb0e
18 changed files with 1614 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
Fixes: [45819] Symantec Eraser Control Driver 'eeCtrl64.sys' (Norton 360) fails in driver entry point due to 'ntoskrnl.exe.ExInitializeResourceLite' stub (needs STATUS_SUCCESS)
# This patch is fit for submission as far as I'm concerned, but it can't really
# be submitted yet, since it depends on a working implementation of
# KeGetCurrentThread() [at least, one that distinguishes different threads].