From: Christos Zoulas Date: Fri, 21 Jul 2017 10:34:41 +0000 (+0000) Subject: HDD Raw copy tool from Benjamin Vanheuverzwijn X-Git-Tag: FILE5_32~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2577050756c3b8d2d1b67e2161ebf438d05753d5;p=file HDD Raw copy tool from Benjamin Vanheuverzwijn --- diff --git a/magic/Magdir/filesystems b/magic/Magdir/filesystems index 339b806a..48b74e04 100644 --- a/magic/Magdir/filesystems +++ b/magic/Magdir/filesystems @@ -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 @@ -2387,3 +2387,13 @@ >>>>>>>>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 +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 diff --git a/tests/Makefile.am b/tests/Makefile.am index 2d18efa6..8bf4f27c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 index 00000000..a8f93cd7 --- /dev/null +++ b/tests/hddrawcopytool.result @@ -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 index 00000000..36ad7c64 Binary files /dev/null and b/tests/hddrawcopytool.testfile differ