Package hivex: Information

    Source package: hivex
    Version: 1.3.24-alt1
    Latest version according to Repology
    Build time:  Oct 10, 2025, 07:13 PM in the task #389466
    Report package bug
    License: LGPLv2
    Summary: Read and write Windows Registry binary hive files
    Description: 
    Hive files are the undocumented binary blobs that Windows uses to
    store the Windows Registry on disk.  Hivex is a library that can read
    and write to these files.
    
    'hivexsh' is a shell you can use to interactively navigate a hive
    binary file.
    
    'hivexregedit' lets you export and merge to the textual regedit
    format.
    
    'hivexml' can be used to convert a hive file to a more useful XML
    format.
    
    In order to get access to the hive files themselves, you can copy them
    from a Windows machine.  They are usually found in
    %systemroot%\system32\config.  For virtual machines we recommend
    using libguestfs or guestfish to copy out these files.  libguestfs
    also provides a useful high-level tool called 'virt-win-reg' (based on
    hivex technology) which can be used to query specific registry keys in
    an existing Windows VM.
    
    For OCaml bindings, see 'ocaml-hivex-devel'.
    
    For Perl bindings, see 'perl-hivex'.
    
    For Python bindings, see 'python3-module-hivex'.
    
    For Ruby bindings, see 'ruby-hivex'.

    List of RPM packages built from this SRPM:
    hivex (x86_64, i586, aarch64)
    hivex-debuginfo (x86_64, i586, aarch64)
    hivex-devel (x86_64, i586, aarch64)
    ocaml-hivex (x86_64, i586, aarch64)
    ocaml-hivex-debuginfo (x86_64, i586, aarch64)
    ocaml-hivex-devel (x86_64, i586, aarch64)
    perl-hivex (x86_64, i586, aarch64)
    perl-hivex-debuginfo (x86_64, i586, aarch64)
    python3-module-hivex (x86_64, i586, aarch64)
    python3-module-hivex-debuginfo (x86_64, i586, aarch64)

    Maintainer: Anton Farygin



      1. /usr/bin/pod2html
      2. gperf
      3. python3-devel
      4. libreadline-devel
      5. libxml2-devel
      6. rpm-build-ocaml >= 1.6.1
      7. perl(ExtUtils/MakeMaker.pm)
      8. ocaml
      9. ocaml-findlib
      10. ocaml-ocamlbuild
      11. ocaml-ocamldoc
      12. rpm-build-python3
      13. perl(IO/Stringy.pm)
      14. perl(Test/More.pm)
      15. perl-Test-Pod
      16. perl-Test-Pod-Coverage
      17. perl-libintl

    Last changed


    Sept. 13, 2024 Anton Farygin 1.3.24-alt1
    - 1.3.23 -> 1.3.24
    Nov. 24, 2023 Anton Farygin 1.3.23-alt3
    - fixed build with bytecode-only ocaml
    Oct. 29, 2023 Igor Vlasenko 1.3.23-alt2
    - NMU: perl5.38 support