Richard W.M. Jones
2018-Feb-26 16:30 UTC
[Libguestfs] ANNOUNCE: hivex - read and write Windows Registry hives - version 1.3.15 released
Hivex is a small, self-contained C library for reading and writing Windows Registry "hive" binary files. I'm pleased to announce version 1.3.15 which you can get from: http://download.libguestfs.org/hivex/ Highlights of this release: - Improved performance by using a cache of iconv handles, especially when dumping out large hives (Hilko Hengen). - Add the ‘hivexregedit --max-depth’ option for exports, so you can dump out only the top N-level keys (Michael Meyer). - ‘hivexsh -u’ flag allows you to open some broken hives (Hilko Bengen). - Fixes to broken POD documentation in some places (Pino Toscano). - Fixes for OCaml 4.06 safe strings. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top
Apparently Analagous Threads
- ANNOUNCE: hivex 1.2.8 - A library for reading and writing Windows Registry hive files
- [PATCH v4 0/5] hivex: handle corrupted hives better.
- hivex: some issues (key encoding, ...) and suggested fixes
- [hivex PATCH 2/2] build: do not ignore pod2man error codes
- [hivex PATCH 1/2] hivexregedit: fix POD markup