Windows Registry Filter using C++

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,

I wish to write a registry filter in C++ (so that I can monitor kernel level registry accesses). I found this page:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff558715(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/windows/hardware/ff558715(v=vs.85).aspx

but i cant seem to find the actual source code from the download i got here:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11800 http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11800

Would someone either be able to point me to the actual source code for the RegFltr example or point me to another C++ example for writing such a driver?
Thanks

View the full article
 
Back
Top