Anyone know of a method/any tools for reading it's contents/structure etc.
Printable View
Anyone know of a method/any tools for reading it's contents/structure etc.
Yes, I have it on my homepage, the registry module
You can enumerate both keys and values ;)
for HKEY_DYN_DATA?
gotta say dude, that would be most impressive.
i'll take a look.
yeah check it out! One of my coolest works
variantarray=subkeys("HKEY_DYN_DATA\")
am on it.
RegQueryInfoKey returns lNumSubKeys = 0
Any Ideas?
I'm on NT btw.
What? I have Win98, and I don't know how registry is in NT, well let me have a look in Win2k
Yeah, sorry. i should have mentioned it in my original post. I beleive the with NT reg it is v.hard if not impossible to look inside DYN_DATA.
(when i say impossible, i mean for any one who doesn't have access to the NT sys code) No matter where i look the closest i can get to documentation is the warning (i think from Dan Appleman) that goes along the lines of 'Whoa - you don't wnat to go there', and 'you don't really want to know whats inside [because you don't need to]' :-(
p.s. That's the only complaint i'd have with Dan.
Most of the time he's right on the money with plenty of juicy bits, but he sometimes lets himself down on the detail front.
umm...