September 14, 2003 More Registry stuff | ||||
---|---|---|---|---|
| ||||
Attachments: | Well, since I'd broadcast with the previous, I might as well with this. This one traces the entire registry under HKCR (HKEY_CURRENT_USER), including all values of types (REG_SZ, REG_EXPAND_SZ, REG_DWORD, REG_QWORD and REG_BINARY). The app does not (yet) trace the binary, but I'll do that shortly. The only value type that is not yet implemented is REG_MULTI_SZ, which I plan to do now, and also REG_EXPAND_SZ is not yet expanding, due to the presumed compiler bug (see other post). |
September 14, 2003 Re: More Registry stuff | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson Attachments: | This version does the MULTI_SZ and BINARY. Hurrah! I shall tart this all up and present to the community v soon. "Matthew Wilson" <matthew@stlsoft.org> wrote in message news:bk15j5$lqj$1@digitaldaemon.com... > Well, since I'd broadcast with the previous, I might as well with this. > > This one traces the entire registry under HKCR (HKEY_CURRENT_USER), > including all values of types (REG_SZ, REG_EXPAND_SZ, REG_DWORD, REG_QWORD > and REG_BINARY). > > The app does not (yet) trace the binary, but I'll do that shortly. > > The only value type that is not yet implemented is REG_MULTI_SZ, which I plan to do now, and also REG_EXPAND_SZ is not yet expanding, due to the presumed compiler bug (see other post). > > > > |
Copyright © 1999-2021 by the D Language Foundation