File: control

package info (click to toggle)
winregfs 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 332 kB
  • sloc: ansic: 3,650; makefile: 130; sh: 65
file content (25 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download
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
Source: winregfs
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Giovani Augusto Ferreira <giovani@debian.org>
Build-Depends: debhelper (>= 11), libfuse-dev, pkg-config
Standards-Version: 4.1.4
Homepage: https://github.com/jbruchon/winregfs
Vcs-Git: https://salsa.debian.org/pkg-security-team/winregfs.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/winregfs

Package: winregfs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Windows registry FUSE filesystem
 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.