summaryrefslogtreecommitdiffstats
path: root/perl/lib/Win
Commit message (Collapse)AuthorAgeFilesLines
* regedit: Fix syntax for deleting registry keys (RHBZ#737944).Richard W.M. Jones2011-10-221-5/+5
| | | | | | | | Previously we parsed -[...] to delete a registry key, but this is not correct. It should be [-...]. Reference: http://support.microsoft.com/kb/310516 https://secure.wikimedia.org/wikipedia/en/wiki/Windows_Registry#.REG_files
* maint: remove trailing blanksJim Meyering2011-06-281-3/+3
|
* hivexregedit: Add --unsafe-printable-strings option.Richard W.M. Jones2011-05-171-9/+31
|
* regedit: Add implicit nul-termination when importing strings.Richard Jones2010-04-281-0/+3
| | | | | | | | | | | | When you import a string value like: "Foo"="Bar" using Windows regedit program, implicit nul-termination is added to the value (not the key), so what is stored in the value would be something like: hex(1):42,00,61,00,72,00,00,00 where two of the trailing zero bytes come from the implicit terminator. This corrects the reg_import function so it works the same way.
* Win::Hivex::Regedit module for importing and exporting regedit format files.Richard Jones2010-03-301-0/+662