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: foremost
Section: admin
Priority: optional
Maintainer: Raúl Benencia <rul@kalgan.cc>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.5.1
Homepage: https://sourceforge.net/projects/foremost/
Vcs-Git: https://salsa.debian.org/rul/foremost.git -b debian/sid
Vcs-Browser: https://salsa.debian.org/rul/foremost/tree/debian/sid
Rules-Requires-Root: no
Package: foremost
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: forensic program to recover lost files
Foremost is a forensic program to recover lost files based on
their headers, footers, and internal data structures.
.
Foremost can work on image files, such as those generated by dd,
Safeback, Encase, etc, or directly on a drive. The headers and
footers can be specified by a configuration file or you can use
command line switches to specify built-in file types. These built-in
types look at the data structures of a given file format allowing
for a more reliable and faster recovery.
|