From 75beebd0126df18f0badd8d80d5aecd130f52761 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 5 Feb 2010 15:12:09 +0000 Subject: [PATCH] hivex: example6: Don't double backslashes. --- hivex/example6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hivex/example6 b/hivex/example6 index 10cae59..7cb4467 100755 --- a/hivex/example6 +++ b/hivex/example6 @@ -70,7 +70,7 @@ string:SCSI miniport ErrorControl dword:0x00000001 ImagePath -string:system32\\drivers\\viostor.sys +string:system32\drivers\viostor.sys Tag dword:0x00000021 -- 1.8.3.1