mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
7fd3a30fe1
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
379 B
Text
8 lines
379 B
Text
libhivex is a self-contained library for
|
|
reading and writing Windows Registry "hive" binary files.
|
|
|
|
Unlike many other tools in this area,
|
|
it doesn't use the textual .REG format for output, because parsing
|
|
that is as much trouble as parsing the original binary format. Instead
|
|
it makes the file available through a C API, or there is a
|
|
separate program to export the hive as XML.
|