RegHide

11/12/06 Posted by geswall

Link: http://www.sysinternals.com/files/reghide.zip

RegHide demonstrates how the Native API can be used to create object names that are inaccessible from the Win32 API. While there are many different ways to do this, the method used here it to include a terminating NULL that is explicitly made part of the key name. There is no way to describe this with the Win32 API, which treats a NULL as the end of the name string and will therefore chop it. Thus, Regedit and Regedt32 won't be able to access this key, though it will be visible

GeSWall prevents creation of this key if RegHide running isolated.

Link: http://www.sysinternals.com/files/reghide.zip