I'm working on a tool that can copy the registry files from a designated drive or image onto a local machine.
After doing that, how would I go about reading from those registry keys? I've seen other people use RegOpenKeyEx but that was on their computer and not an external registry file.
3
Contributors
3
Replies
1 Day
Discussion Span
1 Year Ago
Last Updated
4
Views
Related Article:Reading in wave file
is a solved C++ discussion thread by jbennet that has 11 replies, was last updated 1 year ago and has been tagged with the keywords: alsa, c++, file, read.
Thanks. I had actually seen that but as far as I can tell its using the network to connect to a running computer. My approach is for a forensics class where I have an image of the hard drive or the actual hard drive connected to my machine.
I would then copy the registry to my local computer where I would then open them to look for useful information such as previously connected devices. I've gotten the copying down, its just reading the copied files that has me stumped.