searching the registry
-
if you hae the full key name ( e.g. HKEY_CURENT_USER/... ) you need to go to the deepest common root, and brute search from there; otherwise, I think it's brute force search with the usual registry API.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
if you hae the full key name ( e.g. HKEY_CURENT_USER/... ) you need to go to the deepest common root, and brute search from there; otherwise, I think it's brute force search with the usual registry API.
Maximilien Lincourt Your Head A Splode - Strong Bad
iam making a registry back up program where i want to find an algorithm or function to get my item by item from the registry files till the end of the files . assumption that i dont know the name of the keys . like what happen when you search the hard disk using "*.*" i want the same effect on the registers. if you know any way send me please thank you
-
iam making a registry back up program where i want to find an algorithm or function to get my item by item from the registry files till the end of the files . assumption that i dont know the name of the keys . like what happen when you search the hard disk using "*.*" i want the same effect on the registers. if you know any way send me please thank you
have a look here : http://www.codeproject.com/system/#Registry
Maximilien Lincourt Your Head A Splode - Strong Bad