summaryrefslogtreecommitdiffstats
path: root/rules/dc3dd.in
diff options
context:
space:
mode:
authorThorsten Liepert <thorsten.liepert@diehl.com>2018-06-22 11:15:16 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-07-25 15:07:36 +0200
commit7e77544f0c7850e93f5cb4047323b73bd5c9a00d (patch)
treef2af6b98261e022e48e290bb8337eef099e8f35f /rules/dc3dd.in
parent4f733bcbfc034002ab4bee791c7e6ce43f3c48d7 (diff)
downloadptxdist-7e77544f0c7850e93f5cb4047323b73bd5c9a00d.tar.gz
ptxdist-7e77544f0c7850e93f5cb4047323b73bd5c9a00d.tar.xz
dc3dd: add new package
dd like tool with inline checksum validation. Signed-off-by: Thorsten Liepert <thorsten.liepert@diehl.com> Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dc3dd.in')
-rw-r--r--rules/dc3dd.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/dc3dd.in b/rules/dc3dd.in
new file mode 100644
index 000000000..ea95631ed
--- /dev/null
+++ b/rules/dc3dd.in
@@ -0,0 +1,11 @@
+## SECTION=disk_and_file
+
+config DC3DD
+ tristate
+ select LIBC_PTHREAD
+ select LIBC
+ prompt "dc3dd"
+ help
+ dc3dd is a patched version of GNU dd with added features for computer forensics.
+ It was developed at the DoD Cyber Crime Center by Jesse Kornblum.
+ See https://tools.kali.org/forensics/dc3dd for usage.