Packages and Binaries:

winregfs

Winregfs is a FUSE-based filesystem driver that enables accessing of Windows registry hive files as ordinary filesystems. Registry hive file editing can be performed with ordinary shell scripts and command-line tools once mounted.

fsck.winregfs scans a Windows registry hive file for problems that indicate the hive has been damaged by hardware or software issues, reading recursively the key and value data structures in the registry hive.

This package provides mount.winregfs and fsck.winregfs commands. Winregfs is useful for pentesters, ethical hackers and forensics experts.

Installed size: 102 KB
How to install: sudo apt install winregfs

Dependencies:
  • libc6
  • libfuse2
fsck.winregfs

Check a Windows registry file

root@kali:~# fsck.winregfs -h
Windows Registry Hive File Checker 0.7 (2017-03-10)

Usage: fsck.winregfs [options] hivename


mount.winregfs

Windows registry FUSE filesystem

root@kali:~# mount.winregfs -h
Windows Registry Filesystem 0.7 (2017-03-10)

Usage: mount.winregfs [-o ro] [fuse_options] hivename mountpoint


Updated on: 2023-Mar-08