Tech Support > Microsoft Windows > Drivers > Protecting driver allocated memory
Protecting driver allocated memory
Posted by Bajamani on May 11th, 2005


i have heard that the system service dispatch table is write protected
from >=XP. how does one apply this type of protection (like write
protection) from kernel mode. i want to apply it to the memory
allocated by my driver.