|
-
Jun 26th, 2000, 08:01 PM
#1
Thread Starter
Hyperactive Member
Anyone know of a method/any tools for reading it's contents/structure etc.
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
-
Jun 26th, 2000, 09:13 PM
#2
transcendental analytic
Yes, I have it on my homepage, the registry module
You can enumerate both keys and values
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 26th, 2000, 09:15 PM
#3
Thread Starter
Hyperactive Member
for HKEY_DYN_DATA?
gotta say dude, that would be most impressive.
i'll take a look.
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
-
Jun 26th, 2000, 09:50 PM
#4
transcendental analytic
yeah check it out! One of my coolest works
variantarray=subkeys("HKEY_DYN_DATA\")
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 26th, 2000, 09:51 PM
#5
Thread Starter
Hyperactive Member
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
-
Jun 26th, 2000, 09:56 PM
#6
Thread Starter
Hyperactive Member
RegQueryInfoKey returns lNumSubKeys = 0
Any Ideas?
I'm on NT btw.
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
-
Jun 26th, 2000, 10:14 PM
#7
transcendental analytic
What? I have Win98, and I don't know how registry is in NT, well let me have a look in Win2k
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 26th, 2000, 10:24 PM
#8
Thread Starter
Hyperactive Member
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...
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|