Can I use EasyHook to hook some API(NtOpenProcess) from kernel mode? I am not interested in user mode hooking via process wide dll injection, but as I see easy hook has a driver developed with code related to kernel mode hooking. Or am I wrong? http://easyhook.codeplex.com/
The entire goal of this task is to write a simple protection system for one application, i.e.: block openprocess for specific processes, block createfile in specific directory... plus get notifications when some process tries to call appropriate API
Any advice?
Maybe there are some other ways to make kernel mode hooking without reinventing the wheel?