I have a dual boot system. The need arised to look into the Windows registry on the Windows partition without prior rebooting. How can that be done?
Asked
Active
Viewed 1.6k times
1 Answers
7
I found this : http://linux.die.net/man/1/hivexsh
And, the hivex library comes with bindings for OCaml, Perl, Python and Ruby.
hivexsh
in a package:sudo apt install libhivex-bin
. – mivk Dec 13 '18 at 14:44