summaryrefslogtreecommitdiffstats
path: root/perl
Commit message (Collapse)AuthorAgeFilesLines
* hivexregedit: Add --unsafe-printable-strings option.Richard W.M. Jones2011-05-171-9/+31
|
* Add hivex_set_value API call, and ocaml and perl bindings, and tests.Conrad Meyer2010-07-081-0/+65
|
* Include a test for regimport of values containing backslash chars.Richard Jones2010-05-131-1/+8
|
* regedit: Add implicit nul-termination when importing strings.Richard Jones2010-04-282-3/+6
| | | | | | | | | | | | 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.
* Add CLEANFILES rules.TJ2010-04-021-1/+1
|
* Win::Hivex::Regedit module for importing and exporting regedit format files.Richard Jones2010-03-306-0/+1025
|
* perl: Small fix to 006-pod-coverage test.Richard Jones2010-03-251-1/+1
| | | | Some code copied over from libguestfs, fixed.
* generator: Perl bindings.Richard W.M. Jones2010-02-267-4/+183
| | | | This also adds a small test suite for the Perl bindings.
* Add build framework for OCaml, Perl, Python bindings.Richard Jones2010-02-244-0/+129
(No bindings are actually built, this just adds the build, test and generator framework for them).