Been working on this and wanted to show it off

A little kernel mode driver that allows you to select a process, and protect it from any read/write/query operations. No user mode process can touch the target application, even task manager can’t shut it down. that poses a little problem for many PC game anticheats. It’s a powerful little tool.

if you’re curious, it uses obRegisterCallback routines. https://msdn.microsoft.com/en-us/library/windows/hardware/ff558692(v=vs.85).aspx

Nice work! The kernel is a lot of fun. Any plans for other drivers?

I have absolutely no idea what I just watched.

Yes many plans.

I’ve been doing alot in the kernel lately.

All the videos on my youtube channel from arma 3 and dayz (the ones where I cheat, so all of them) are done in the kernel.

I just completed this project as far as it’s going to get, unless I get more ideas. I finished the user mode driver controller that handles all of the drivers operations.

If anyone would like to contribute to expand it into something just pm me.