Nytro Posted June 27, 2013 Report Posted June 27, 2013 [h=1]My first SSDT hook driver[/h]by zwclose7Hello, this is my first SSDT hook driver. My driver will hook NtTerminateProcess, NtLoadDriver, NtOpenProcess and NtDeleteValueKey.NtTerminateProcess hookThis hook will protect any process named calc.exe from being terminated.NtLoadDriver hookThis hook will display the driver name in the debugger/DebugView.NtOpenProcess hookThis hook will deny access to any process named cmd.exe, and will return STATUS_ACCESS_DENIED if the process name match.NtDeleteValueKey hookThis hook will protect any values named abcdef from being deleted.To load the driver, run the loader.exe in the release folder. This program will install the driver to the system, and then load it. All functions will be unhooked when the driver unloads. [h=4]Attached Files[/h] SSDTHook.zip 287.99K 39 downloadsSursa: My first SSDT hook driver - rohitab.com - Forumszwclose7 Quote