]> granicus.if.org Git - file/commitdiff
HDD Raw copy tool from Benjamin Vanheuverzwijn
authorChristos Zoulas <christos@zoulas.com>
Fri, 21 Jul 2017 10:34:41 +0000 (10:34 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 21 Jul 2017 10:34:41 +0000 (10:34 +0000)
magic/Magdir/filesystems
tests/Makefile.am
tests/hddrawcopytool.result [new file with mode: 0644]
tests/hddrawcopytool.testfile [new file with mode: 0644]

index 339b806ad7a908b4f9d317c8fa8ef681ad6ba6a4..48b74e04c8ffca288b2871947745f12f74b253a4 100644 (file)
@@ -1,5 +1,5 @@
 #------------------------------------------------------------------------------
-# $File: filesystems,v 1.121 2017/05/26 15:44:48 christos Exp $
+# $File: filesystems,v 1.122 2017/07/21 10:34:41 christos Exp $
 # filesystems:  file(1) magic for different filesystems
 #
 0      name    partid
 >>>>>>>>0x1B   ubyte   0x30            \b, media=1D
 >>>>>>>>0x1B   ubyte   0x40            \b, media=1DD
 >>>>>>>>0x1A   ubyte   0x10            \b, write-protected
+
+# HDD Raw Copy Tool disk image, file extension: .imgc
+# From Benjamin Vanheuverzwijn <bvanheu@gmail.com>
+0      pstring HDD\ Raw\ Copy\ Tool    %s
+>0x100 pstring x                       %s
+>0x200 pstring x                       - HD model: %s
+#>0x300        pstring x                       unknown %s
+>0x400 pstring x                       serial: %s
+#>0x500        pstring x                       unknown: %s
+!:ext  imgc
index 2d18efa6847e254e2a0e65b0729c5834eca6eba2..8bf4f27cef5d506227eae11716f0fd1563d3b635 100644 (file)
@@ -7,6 +7,8 @@ escapevel.result \
 escapevel.testfile \
 gedcom.result \
 gedcom.testfile \
+hddrawcopytool.result \
+hddrawcopytool.testfile \
 issue311docx.result \
 issue311docx.testfile
 
diff --git a/tests/hddrawcopytool.result b/tests/hddrawcopytool.result
new file mode 100644 (file)
index 0000000..a8f93cd
--- /dev/null
@@ -0,0 +1 @@
+HDD Raw Copy Tool 1.10 - HD model: ST500DM0 02-1BD142 serial: 51D20233A7C0HDD Raw Copy Tool 1.10 - HD model: ST500DM0 02-1BD142 serial: 51D20233A7C0
\ No newline at end of file
diff --git a/tests/hddrawcopytool.testfile b/tests/hddrawcopytool.testfile
new file mode 100644 (file)
index 0000000..36ad7c6
Binary files /dev/null and b/tests/hddrawcopytool.testfile differ