How to extract the current state of the registry? (in C/C++, XP)
- by Doori Bar
I was wondering how one might extract the current state of the registry, of Windows XP, in C or C++? (While the OS is active).
I been trying to use BackupRead() on the registry-files, but it is impossible to CreateFile() them. I managed to create a Shadow Copy of the registry-files, but it wasn't the current state of the registry.
Would appreciate any hint... (I know ERUNT is able to do it)
Thanks,
Doori Bar