diff options
author | culot <culot@FreeBSD.org> | 2011-12-23 17:13:21 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-12-23 17:13:21 +0800 |
commit | e4950a61548953f73c4f8143d58320df05e8d77c (patch) | |
tree | 73b85250b4692750277ab6a429cce03d7cde0625 /sysutils/Makefile | |
parent | 42f4cf77e16e8f5e5b703863e1e30180c75d8224 (diff) | |
download | freebsd-ports-gnome-e4950a61548953f73c4f8143d58320df05e8d77c.tar.gz freebsd-ports-gnome-e4950a61548953f73c4f8143d58320df05e8d77c.tar.zst freebsd-ports-gnome-e4950a61548953f73c4f8143d58320df05e8d77c.zip |
Scalpel is a fast file carver that reads a database of header and footer
definitions and extracts matching files or data fragments from a set of
image files or raw device files.
Scalpel is filesystem-independent and will carve files from
FATx, NTFS, ext2/3, HFS+, or raw partitions.
It is useful for both digital forensics investigation and file recovery.
WWW: http://www.digitalforensicssolutions.com/Scalpel/
PR: ports/163544
Submitted by: Hakisho Nukama <nukama@gmail.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ad5986955df8..aaf6d33188ea 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -792,6 +792,7 @@ SUBDIR += savelogs SUBDIR += sb16config SUBDIR += sbniconfig + SUBDIR += scalpel SUBDIR += scan_ffs SUBDIR += scanbuttond SUBDIR += scprotect |