in reply to Finding Hidden Keys in Your Windows Registry
Note that there can also be registry keys with \0 embedded in them which makes it impossible to find using the Win32 API (but can be found via the native api). Good information, as well as a demonstration program, here:
http://www.sysinternals.com/Information/TipsAndTrivia.html#HiddenKeys
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Finding Hidden Keys in Your Windows Registry
by idsfa (Vicar) on Aug 25, 2005 at 18:04 UTC | |
by davidrw (Prior) on Aug 25, 2005 at 18:14 UTC | |
by QM (Parson) on Aug 26, 2005 at 15:12 UTC |
In Section
Cool Uses for Perl