From dea8445ecf1d1a86ff3ebee5cfc73568bdc23df7 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 3 Jun 2014 01:40:24 +0000 Subject: [PATCH] Add norton guide files (Joerg Jenderek) --- magic/Magdir/msdos | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/msdos b/magic/Magdir/msdos index d93b4990..7c05593d 100644 --- a/magic/Magdir/msdos +++ b/magic/Magdir/msdos @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: msdos,v 1.98 2014/05/15 01:24:58 christos Exp $ +# $File: msdos,v 1.99 2014/06/03 01:40:24 christos Exp $ # msdos: file(1) magic for MS-DOS files # @@ -749,6 +749,19 @@ 0 leshort 0x223e9f78 TNEF !:mime application/vnd.ms-tnef +# Norton Guide (.NG , .HLP) files added by Joerg Jenderek from source NG2HTML.C +# of http://www.davep.org/norton-guides/ng2h-105.tgz +# http://en.wikipedia.org/wiki/Norton_Guides +0 string NG\0\001 +# only value 0x100 found at offset 2 +>2 ulelong 0x00000100 Norton Guide +# Title[40] +>>8 string >\0 "%-.40s" +#>>6 uleshort x \b, MenuCount=%u +# szCredits[5][66] +>>48 string >\0 \b, %-.66s +>>114 string >\0 %-.66s + # 4DOS help (.HLP) files added by Joerg Jenderek from source TPHELP.PAS # of http://www.4dos.info/ # pointer,HelpID[8]=4DHnnnmm -- 2.40.0