1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919
|
=begin comment
hivex generated file
WARNING: THIS FILE IS GENERATED FROM:
generator/generator.ml
ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST.
Copyright (C) 2009-2022 Red Hat Inc.
Derived from code by Petter Nordahl-Hagen under a compatible license:
Copyright (c) 1997-2007 Petter Nordahl-Hagen.
Derived from code by Markus Stephany under a compatible license:
Copyright (c)2000-2004, Markus Stephany.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License only.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
=end comment
=encoding utf8
=head1 NAME
hivex - Windows Registry "hive" extraction library
=head1 SYNOPSIS
#include <hivex.h>
hive_h *hivex_open (const char *filename, int flags);
int hivex_close (hive_h *h);
hive_node_h hivex_root (hive_h *h);
int64_t hivex_last_modified (hive_h *h);
char *hivex_node_name (hive_h *h, hive_node_h node);
size_t hivex_node_name_len (hive_h *h, hive_node_h node);
int64_t hivex_node_timestamp (hive_h *h, hive_node_h node);
hive_node_h *hivex_node_children (hive_h *h, hive_node_h node);
hive_node_h hivex_node_get_child (hive_h *h, hive_node_h node, const char *name);
size_t hivex_node_nr_children (hive_h *h, hive_node_h node);
hive_node_h hivex_node_parent (hive_h *h, hive_node_h node);
hive_value_h *hivex_node_values (hive_h *h, hive_node_h node);
hive_value_h hivex_node_get_value (hive_h *h, hive_node_h node, const char *key);
size_t hivex_node_nr_values (hive_h *h, hive_node_h node);
size_t hivex_value_key_len (hive_h *h, hive_value_h val);
char *hivex_value_key (hive_h *h, hive_value_h val);
int hivex_value_type (hive_h *h, hive_value_h val, hive_type *t, size_t *len);
size_t hivex_node_struct_length (hive_h *h, hive_node_h node);
size_t hivex_value_struct_length (hive_h *h, hive_value_h val);
hive_value_h hivex_value_data_cell_offset (hive_h *h, hive_value_h val, size_t *len);
char *hivex_value_value (hive_h *h, hive_value_h val, hive_type *t, size_t *len);
char *hivex_value_string (hive_h *h, hive_value_h val);
char **hivex_value_multiple_strings (hive_h *h, hive_value_h val);
int32_t hivex_value_dword (hive_h *h, hive_value_h val);
int64_t hivex_value_qword (hive_h *h, hive_value_h val);
int hivex_commit (hive_h *h, const char *filename, int flags);
hive_node_h hivex_node_add_child (hive_h *h, hive_node_h parent, const char *name);
int hivex_node_delete_child (hive_h *h, hive_node_h node);
int hivex_node_set_values (hive_h *h, hive_node_h node, size_t nr_values, const hive_set_value *values, int flags);
int hivex_node_set_value (hive_h *h, hive_node_h node, const hive_set_value *val, int flags);
Link with I<-lhivex>.
=head1 DESCRIPTION
Hivex is a library for extracting the contents of Windows Registry
"hive" files. It is designed to be secure against buggy or malicious
registry files.
Unlike other tools in this area, it doesn't use the textual .REG
format, because parsing that is as much trouble as parsing the
original binary format. Instead it makes the file available
through a C API, and then wraps this API in higher level scripting
and GUI tools.
There is a separate program to export the hive as XML
(see L<hivexml(1)>), or to navigate the file (see L<hivexsh(1)>).
There is also a Perl script to export and merge the
file as a textual .REG (regedit) file, see L<hivexregedit(1)>.
If you just want to export or modify the Registry of a Windows
virtual machine, you should look at L<virt-win-reg(1)>.
Hivex is also comes with language bindings for
OCaml, Perl, Python and Ruby.
=head1 TYPES
=head2 C<hive_h *>
This handle describes an open hive file.
=head2 C<hive_node_h>
This is a node handle, an integer but opaque outside the library.
Valid node handles cannot be 0. The library returns 0 in some
situations to indicate an error.
=head2 C<hive_type>
The enum below describes the possible types for the value(s)
stored at each node. Note that you should not trust the
type field in a Windows Registry, as it very often has no
relationship to reality. Some applications use their own
types. The encoding of strings is not specified. Some
programs store everything (including strings) in binary blobs.
enum hive_type {
/* Just a key without a value */
hive_t_REG_NONE = 0,
/* A Windows string (encoding is unknown, but often UTF16-LE) */
hive_t_REG_SZ = 1,
/* A Windows string that contains %env% (environment variable expansion) */
hive_t_REG_EXPAND_SZ = 2,
/* A blob of binary */
hive_t_REG_BINARY = 3,
/* DWORD (32 bit integer), little endian */
hive_t_REG_DWORD = 4,
/* DWORD (32 bit integer), big endian */
hive_t_REG_DWORD_BIG_ENDIAN = 5,
/* Symbolic link to another part of the registry tree */
hive_t_REG_LINK = 6,
/* Multiple Windows strings. See http://blogs.msdn.com/oldnewthing/archive/2009/10/08/9904646.aspx */
hive_t_REG_MULTI_SZ = 7,
/* Resource list */
hive_t_REG_RESOURCE_LIST = 8,
/* Resource descriptor */
hive_t_REG_FULL_RESOURCE_DESCRIPTOR = 9,
/* Resouce requirements list */
hive_t_REG_RESOURCE_REQUIREMENTS_LIST = 10,
/* QWORD (64 bit integer), unspecified endianness but usually little endian */
hive_t_REG_QWORD = 11,
};
=head2 C<hive_value_h>
This is a value handle, an integer but opaque outside the library.
Valid value handles cannot be 0. The library returns 0 in some
situations to indicate an error.
=head2 C<hive_set_value>
The typedef C<hive_set_value> is used in conjunction with the
C<hivex_node_set_values> call described below.
struct hive_set_value {
char *key; /* key - a UTF-8 encoded ASCIIZ string */
hive_type t; /* type of value field */
size_t len; /* length of value field in bytes */
char *value; /* value field */
};
typedef struct hive_set_value hive_set_value;
To set the default value for a node, you have to pass C<key = "">.
Note that the C<value> field is just treated as a list of bytes, and
is stored directly in the hive. The caller has to ensure correct
encoding and endianness, for example converting dwords to little
endian.
The correct type and encoding for values depends on the node and key
in the registry, the version of Windows, and sometimes even changes
between versions of Windows for the same key. We don't document it
here. Often it's not documented at all.
=head1 FUNCTIONS
=head2 hivex_open
hive_h *hivex_open (const char *filename, int flags);
Opens the hive named C<filename> for reading.
Flags is an ORed list of the open flags (or C<0> if you don't
want to pass any flags). These flags are defined:
=over 4
=item HIVEX_OPEN_VERBOSE
Verbose messages.
=item HIVEX_OPEN_DEBUG
Very verbose messages, suitable for debugging problems in the library
itself.
This is also selected if the C<HIVEX_DEBUG> environment variable
is set to 1.
=item HIVEX_OPEN_WRITE
Open the hive for writing. If omitted, the hive is read-only.
See L<hivex(3)/WRITING TO HIVE FILES>.
=item HIVEX_OPEN_UNSAFE
Open the hive in unsafe mode that enables heuristics to handle corrupted hives.
This may allow to read or write registry keys/values that appear intact in an
otherwise corrupted hive. Use at your own risk.
=back
Returns a new hive handle.
On error this returns NULL and sets errno.
=head2 hivex_close
int hivex_close (hive_h *h);
Close a hive handle and free all associated resources.
Note that any uncommitted writes are I<not> committed by this call,
but instead are lost. See L<hivex(3)/WRITING TO HIVE FILES>.
Returns 0 on success.
On error this returns -1 and sets errno.
This function frees the hive handle (even if it returns an error).
The hive handle must not be used again after calling this function.
=head2 hivex_root
hive_node_h hivex_root (hive_h *h);
Return root node of the hive. All valid hives must contain a root node.
Returns a node handle.
On error this returns 0 and sets errno.
=head2 hivex_last_modified
int64_t hivex_last_modified (hive_h *h);
Return the modification time from the header of the hive.
The returned value is a Windows filetime.
To convert this to a Unix C<time_t> see:
L<http://stackoverflow.com/questions/6161776/convert-windows-filetime-to-second-in-unix-linux/6161842#6161842>
=head2 hivex_node_name
char *hivex_node_name (hive_h *h, hive_node_h node);
Return the name of the node.
Note that the name of the root node is a dummy, such as
C<$$$PROTO.HIV> (other names are possible: it seems to depend on the
tool or program that created the hive in the first place). You can
only know the "real" name of the root node by knowing which registry
file this hive originally comes from, which is knowledge that is
outside the scope of this library.
The name is recoded to UTF-8 and may contain embedded NUL characters.
Returns a string.
The string must be freed by the caller when it is no longer needed.
On error this returns NULL and sets errno.
=head2 hivex_node_name_len
size_t hivex_node_name_len (hive_h *h, hive_node_h node);
Return the length of the node name as produced by C<hivex_node_name>.
Returns a size.
On error this returns 0 and sets errno.
=head2 hivex_node_timestamp
int64_t hivex_node_timestamp (hive_h *h, hive_node_h node);
Return the modification time of the node.
The returned value is a Windows filetime.
To convert this to a Unix C<time_t> see:
L<http://stackoverflow.com/questions/6161776/convert-windows-filetime-to-second-in-unix-linux/6161842#6161842>
=head2 hivex_node_children
hive_node_h *hivex_node_children (hive_h *h, hive_node_h node);
Return an array of nodes which are the subkeys
(children) of C<node>.
Returns a 0-terminated array of nodes.
The array must be freed by the caller when it is no longer needed.
On error this returns NULL and sets errno.
=head2 hivex_node_get_child
hive_node_h hivex_node_get_child (hive_h *h, hive_node_h node, const char *name);
Return the child of node with the name C<name>, if it exists.
The name is matched case insensitively.
Returns a node handle.
If the node was not found, this returns 0 without setting errno.
On error this returns 0 and sets errno.
=head2 hivex_node_nr_children
size_t hivex_node_nr_children (hive_h *h, hive_node_h node);
Return the number of nodes as produced by C<hivex_node_children>.
Returns a size.
On error this returns 0 and sets errno.
=head2 hivex_node_parent
hive_node_h hivex_node_parent (hive_h *h, hive_node_h node);
Return the parent of C<node>.
The parent pointer of the root node in registry files that we
have examined seems to be invalid, and so this function will
return an error if called on the root node.
Returns a node handle.
On error this returns 0 and sets errno.
=head2 hivex_node_values
hive_value_h *hivex_node_values (hive_h *h, hive_node_h node);
Return the array of (key, value) pairs attached to this node.
Returns a 0-terminated array of values.
The array must be freed by the caller when it is no longer needed.
On error this returns NULL and sets errno.
=head2 hivex_node_get_value
hive_value_h hivex_node_get_value (hive_h *h, hive_node_h node, const char *key);
Return the value attached to this node which has the name C<key>,
if it exists.
The key name is matched case insensitively.
Note that to get the default key, you should pass the empty
string C<""> here. The default key is often written C<"@">, but
inside hives that has no meaning and won't give you the
default key.
Returns a value handle.
On error this returns 0 and sets errno.
=head2 hivex_node_nr_values
size_t hivex_node_nr_values (hive_h *h, hive_node_h node);
Return the number of (key, value) pairs attached to this node
as produced by C<hivex_node_values>.
Returns a size.
On error this returns 0 and sets errno.
=head2 hivex_value_key_len
size_t hivex_value_key_len (hive_h *h, hive_value_h val);
Return the length of the key (name) of a (key, value) pair as produced
by C<hivex_value_key>. The length can legitimately be 0, so errno is
the necessary mechanism to check for errors.
In the context of Windows Registries, a zero-length name means
that this value is the default key for this node in the tree.
This is usually written as C<"@">.
The key is recoded to UTF-8 and may contain embedded NUL characters.
Returns a size.
On error this returns 0 and sets errno.
=head2 hivex_value_key
char *hivex_value_key (hive_h *h, hive_value_h val);
Return the key (name) of a (key, value) pair. The name
is reencoded as UTF-8 and returned as a string.
The string should be freed by the caller when it is no longer needed.
Note that this function can return a zero-length string. In the
context of Windows Registries, this means that this value is the
default key for this node in the tree. This is usually written
as C<"@">.
Returns a string.
The string must be freed by the caller when it is no longer needed.
On error this returns NULL and sets errno.
=head2 hivex_value_type
int hivex_value_type (hive_h *h, hive_value_h val, hive_type *t, size_t *len);
Return the data length and data type of the value in this (key, value)
pair. See also C<hivex_value_value> which returns all this
information, and the value itself. Also, C<hivex_value_*> functions
below which can be used to return the value in a more useful form when
you know the type in advance.
Returns 0 on success.
On error this returns -1 and sets errno.
=head2 hivex_node_struct_length
size_t hivex_node_struct_length (hive_h *h, hive_node_h node);
Return the length of the node data structure.
Returns a size.
On error this returns 0 and sets errno.
=head2 hivex_value_struct_length
size_t hivex_value_struct_length (hive_h *h, hive_value_h val);
Return the length of the value data structure.
Returns a size.
On error this returns 0 and sets errno.
=head2 hivex_value_data_cell_offset
hive_value_h hivex_value_data_cell_offset (hive_h *h, hive_value_h val, size_t *len);
Return the offset and length of the value's data cell.
The data cell is a registry structure that contains the length
(a 4 byte, little endian integer) followed by the data.
If the length of the value is less than or equal to 4 bytes
then the offset and length returned by this function is zero
as the data is inlined in the value.
Returns 0 and sets errno on error.
Returns a value handle.
On error this returns 0 and sets errno.
=head2 hivex_value_value
char *hivex_value_value (hive_h *h, hive_value_h val, hive_type *t, size_t *len);
Return the value of this (key, value) pair. The value should
be interpreted according to its type (see C<hive_type>).
The value is returned as an array of bytes (of length C<len>).
The value must be freed by the caller when it is no longer needed.
On error this returns NULL and sets errno.
=head2 hivex_value_string
char *hivex_value_string (hive_h *h, hive_value_h val);
If this value is a string, return the string reencoded as UTF-8
(as a C string). This only works for values which have type
C<hive_t_string>, C<hive_t_expand_string> or C<hive_t_link>.
Returns a string.
The string must be freed by the caller when it is no longer needed.
On error this returns NULL and sets errno.
=head2 hivex_value_multiple_strings
char **hivex_value_multiple_strings (hive_h *h, hive_value_h val);
If this value is a multiple-string, return the strings reencoded
as UTF-8 (in C, as a NULL-terminated array of C strings, in other
language bindings, as a list of strings). This only
works for values which have type C<hive_t_multiple_strings>.
Returns a NULL-terminated array of C strings.
The strings and the array must all be freed by the caller when
they are no longer needed.
On error this returns NULL and sets errno.
=head2 hivex_value_dword
int32_t hivex_value_dword (hive_h *h, hive_value_h val);
If this value is a DWORD (Windows int32), return it. This only works
for values which have type C<hive_t_dword> or C<hive_t_dword_be>.
=head2 hivex_value_qword
int64_t hivex_value_qword (hive_h *h, hive_value_h val);
If this value is a QWORD (Windows int64), return it. This only
works for values which have type C<hive_t_qword>.
=head2 hivex_commit
int hivex_commit (hive_h *h, const char *filename, int flags);
Commit (write) any changes which have been made.
C<filename> is the new file to write. If C<filename> is null/undefined
then we overwrite the original file (ie. the file name that was passed to
C<hivex_open>).
Note this does not close the hive handle. You can perform further
operations on the hive after committing, including making more
modifications. If you no longer wish to use the hive, then you
should close the handle after committing.
The flags parameter is unused. Always pass 0.
Returns 0 on success.
On error this returns -1 and sets errno.
=head2 hivex_node_add_child
hive_node_h hivex_node_add_child (hive_h *h, hive_node_h parent, const char *name);
Add a new child node named C<name> to the existing node C<parent>.
The new child initially has no subnodes and contains no keys or
values. The sk-record (security descriptor) is inherited from
the parent.
The parent must not have an existing child called C<name>, so if you
want to overwrite an existing child, call C<hivex_node_delete_child>
first.
Returns a node handle.
On error this returns 0 and sets errno.
=head2 hivex_node_delete_child
int hivex_node_delete_child (hive_h *h, hive_node_h node);
Delete the node C<node>. All values at the node and all subnodes are
deleted (recursively). The C<node> handle and the handles of all
subnodes become invalid. You cannot delete the root node.
Returns 0 on success.
On error this returns -1 and sets errno.
=head2 hivex_node_set_values
int hivex_node_set_values (hive_h *h, hive_node_h node, size_t nr_values, const hive_set_value *values, int flags);
This call can be used to set all the (key, value) pairs
stored in C<node>.
C<node> is the node to modify.
The flags parameter is unused. Always pass 0.
C<values> is an array of (key, value) pairs. There
should be C<nr_values> elements in this array.
Any existing values stored at the node are discarded, and their
C<hive_value_h> handles become invalid. Thus you can remove all
values stored at C<node> by passing C<nr_values = 0>.
Returns 0 on success.
On error this returns -1 and sets errno.
=head2 hivex_node_set_value
int hivex_node_set_value (hive_h *h, hive_node_h node, const hive_set_value *val, int flags);
This call can be used to replace a single C<(key, value)> pair
stored in C<node>. If the key does not already exist, then a
new key is added. Key matching is case insensitive.
C<node> is the node to modify.
The flags parameter is unused. Always pass 0.
C<value> is a single (key, value) pair.
Existing C<hive_value_h> handles become invalid.
Returns 0 on success.
On error this returns -1 and sets errno.
=head1 WRITING TO HIVE FILES
The hivex library supports making limited modifications to hive files.
We have tried to implement this very conservatively in order to reduce
the chance of corrupting your registry. However you should be careful
and take back-ups, since Microsoft has never documented the hive
format, and so it is possible there are nuances in the
reverse-engineered format that we do not understand.
To be able to modify a hive, you must pass the C<HIVEX_OPEN_WRITE>
flag to C<hivex_open>, otherwise any write operation will return with
errno C<EROFS>.
The write operations shown below do not modify the on-disk file
immediately. You must call C<hivex_commit> in order to write the
changes to disk. If you call C<hivex_close> without committing then
any writes are discarded.
Hive files internally consist of a "memory dump" of binary blocks
(like the C heap), and some of these blocks can be unused. The hivex
library never reuses these unused blocks. Instead, to ensure
robustness in the face of the partially understood on-disk format,
hivex only allocates new blocks after the end of the file, and makes
minimal modifications to existing structures in the file to point to
these new blocks. This makes hivex slightly less disk-efficient than
it could be, but disk is cheap, and registry modifications tend to be
very small.
When deleting nodes, it is possible that this library may leave
unreachable live blocks in the hive. This is because certain parts of
the hive disk format such as security (sk) records and big data (db)
records and classname fields are not well understood (and not
documented at all) and we play it safe by not attempting to modify
them. Apart from wasting a little bit of disk space, it is not
thought that unreachable blocks are a problem.
=head2 WRITE OPERATIONS WHICH ARE NOT SUPPORTED
=over 4
=item *
Changing the root node.
=item *
Creating a new hive file from scratch. This is impossible at present
because not all fields in the header are understood. In the hivex
source tree is a file called C<images/minimal> which could be used as
the basis for a new hive (but I<caveat emptor>).
=item *
Modifying or deleting single values at a node.
=item *
Modifying security key (sk) records or classnames.
Previously we did not understand these records. However now they
are well-understood and we could add support if it was required
(but nothing much really uses them).
=back
=head1 VISITING ALL NODES
The visitor pattern is useful if you want to visit all nodes
in the tree or all nodes below a certain point in the tree.
First you set up your own C<struct hivex_visitor> with your
callback functions.
Each of these callback functions should return 0 on success or -1
on error. If any callback returns -1, then the entire visit
terminates immediately. If you don't need a callback function at
all, set the function pointer to NULL.
struct hivex_visitor {
int (*node_start) (hive_h *, void *opaque, hive_node_h, const char *name);
int (*node_end) (hive_h *, void *opaque, hive_node_h, const char *name);
int (*value_string) (hive_h *, void *opaque, hive_node_h, hive_value_h,
hive_type t, size_t len, const char *key, const char *str);
int (*value_multiple_strings) (hive_h *, void *opaque, hive_node_h,
hive_value_h, hive_type t, size_t len, const char *key, char **argv);
int (*value_string_invalid_utf16) (hive_h *, void *opaque, hive_node_h,
hive_value_h, hive_type t, size_t len, const char *key,
const char *str);
int (*value_dword) (hive_h *, void *opaque, hive_node_h, hive_value_h,
hive_type t, size_t len, const char *key, int32_t);
int (*value_qword) (hive_h *, void *opaque, hive_node_h, hive_value_h,
hive_type t, size_t len, const char *key, int64_t);
int (*value_binary) (hive_h *, void *opaque, hive_node_h, hive_value_h,
hive_type t, size_t len, const char *key, const char *value);
int (*value_none) (hive_h *, void *opaque, hive_node_h, hive_value_h,
hive_type t, size_t len, const char *key, const char *value);
int (*value_other) (hive_h *, void *opaque, hive_node_h, hive_value_h,
hive_type t, size_t len, const char *key, const char *value);
/* If value_any callback is not NULL, then the other value_*
* callbacks are not used, and value_any is called on all values.
*/
int (*value_any) (hive_h *, void *opaque, hive_node_h, hive_value_h,
hive_type t, size_t len, const char *key, const char *value);
};
=over 4
=item hivex_visit
int hivex_visit (hive_h *h, const struct hivex_visitor *visitor, size_t len, void *opaque, int flags);
Visit all the nodes recursively in the hive C<h>.
C<visitor> should be a C<hivex_visitor> structure with callback
fields filled in as required (unwanted callbacks can be set to
NULL). C<len> must be the length of the 'visitor' struct (you
should pass C<sizeof (struct hivex_visitor)> for this).
This returns 0 if the whole recursive visit was completed
successfully. On error this returns -1. If one of the callback
functions returned an error than we don't touch errno. If the
error was generated internally then we set errno.
You can skip bad registry entries by setting C<flag> to
C<HIVEX_VISIT_SKIP_BAD>. If this flag is not set, then a bad registry
causes the function to return an error immediately.
This function is robust if the registry contains cycles or
pointers which are invalid or outside the registry. It detects
these cases and returns an error.
=item hivex_visit_node
int hivex_visit_node (hive_h *h, hive_node_h node, const struct hivex_visitor *visitor, size_t len, void *opaque);
Same as C<hivex_visit> but instead of starting out at the root, this
starts at C<node>.
=back
=head1 THE STRUCTURE OF THE WINDOWS REGISTRY
Note: To understand the relationship between hives and the common
Windows Registry keys (like C<HKEY_LOCAL_MACHINE>) please see the
Wikipedia page on the Windows Registry.
The Windows Registry is split across various binary files, each
file being known as a "hive". This library only handles a single
hive file at a time.
Hives are n-ary trees with a single root. Each node in the tree
has a name.
Each node in the tree (including non-leaf nodes) may have an
arbitrary list of (key, value) pairs attached to it. It may
be the case that one of these pairs has an empty key. This
is referred to as the default key for the node.
The (key, value) pairs are the place where the useful data is
stored in the registry. The key is always a string (possibly the
empty string for the default key). The value is a typed object
(eg. string, int32, binary, etc.).
=head2 RELATIONSHIP TO .REG FILES
The hivex C library does not care about or deal with Windows .REG
files. Instead we push this complexity up to the Perl
L<Win::Hivex(3)> library and the Perl programs
L<hivexregedit(1)> and L<virt-win-reg(1)>.
Nevertheless it is useful to look at the relationship between the
Registry and .REG files because they are so common.
A .REG file is a textual representation of the registry, or part of the
registry. The actual registry hives that Windows uses are binary
files. There are a number of Windows and Linux tools that let you
generate .REG files, or merge .REG files back into the registry hives.
Notable amongst them is Microsoft's REGEDIT program (formerly known as
REGEDT32).
A typical .REG file will contain many sections looking like this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Stack]
"@"="Generic Stack"
"TileInfo"="prop:System.FileCount"
"TilePath"=str(2):"%systemroot%\\system32"
"ThumbnailCutoff"=dword:00000000
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,\
33,00,32,00,5c,00,73,00,65,00,61,00,72,00,63,00,68,00,66,00,\
6f,00,6c,00,64,00,65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,\
2d,00,39,00,30,00,32,00,38,00,00,00,d8
Taking this one piece at a time:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Stack]
This is the path to this node in the registry tree. The first part,
C<HKEY_LOCAL_MACHINE\SOFTWARE> means that this comes from a hive
file called C<C:\WINDOWS\SYSTEM32\CONFIG\SOFTWARE>.
C<\Classes\Stack> is the real path part,
starting at the root node of the C<SOFTWARE> hive.
Below the node name is a list of zero or more key-value pairs. Any
interior or leaf node in the registry may have key-value pairs
attached.
"@"="Generic Stack"
This is the "default key". In reality (ie. inside the binary hive)
the key string is the empty string. In .REG files this is written as
C<@> but this has no meaning either in the hives themselves or in this
library. The value is a string (type 1 - see C<enum hive_type>
above).
"TileInfo"="prop:System.FileCount"
This is a regular (key, value) pair, with the value being a type 1
string. Note that inside the binary file the string is likely to be
UTF-16LE encoded. This library converts to and from UTF-8 strings
transparently in some cases.
"TilePath"=str(2):"%systemroot%\\system32"
The value in this case has type 2 (expanded string) meaning that some
%...% variables get expanded by Windows. (This library doesn't know
or care about variable expansion).
"ThumbnailCutoff"=dword:00000000
The value in this case is a dword (type 4).
"FriendlyTypeName"=hex(2):40,00,....
This value is an expanded string (type 2) represented in the .REG file
as a series of hex bytes. In this case the string appears to be a
UTF-16LE string.
=head1 NOTE ON THE USE OF ERRNO
Many functions in this library set errno to indicate errors. These
are the values of errno you may encounter (this list is not
exhaustive):
=over 4
=item ENOTSUP
Corrupt or unsupported Registry file format.
=item HIVEX_NO_KEY
Missing root key.
=item EINVAL
Passed an invalid argument to the function.
=item EFAULT
Followed a Registry pointer which goes outside
the registry or outside a registry block.
=item ELOOP
Registry contains cycles.
=item ERANGE
Field in the registry out of range.
=item EEXIST
Registry key already exists.
=item EROFS
Tried to write to a registry which is not opened for writing.
=back
=head1 ENVIRONMENT VARIABLES
=over 4
=item HIVEX_DEBUG
Setting HIVEX_DEBUG=1 will enable very verbose messages. This is
useful for debugging problems with the library itself.
=back
=head1 SEE ALSO
L<hivexget(1)>,
L<hivexml(1)>,
L<hivexsh(1)>,
L<hivexregedit(1)>,
L<virt-win-reg(1)>,
L<Win::Hivex(3)>,
L<guestfs(3)>,
L<http://libguestfs.org/>,
L<virt-cat(1)>,
L<virt-edit(1)>,
L<http://en.wikipedia.org/wiki/Windows_Registry>.
=head1 AUTHORS
Richard W.M. Jones (C<rjones at redhat dot com>)
=head1 COPYRIGHT
Copyright (C) 2009-2010 Red Hat Inc.
Derived from code by Petter Nordahl-Hagen under a compatible license:
Copyright (C) 1997-2007 Petter Nordahl-Hagen.
Derived from code by Markus Stephany under a compatible license:
Copyright (C) 2000-2004 Markus Stephany.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation;
version 2.1 of the License only.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
|