From 68a99e87bc17480f176501cfb4eb10931ef31533 Mon Sep 17 00:00:00 2001
From: devttys0 <heffnercj@gmail.com>
Date: Wed, 8 Jan 2014 18:22:35 -0500
Subject: [PATCH] Added CodeGate file signature

---
 src/binwalk/magic/binwalk | 4 ++++
 src/magic/misc            | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/src/binwalk/magic/binwalk b/src/binwalk/magic/binwalk
index 1f90442..92c8e39 100644
--- a/src/binwalk/magic/binwalk
+++ b/src/binwalk/magic/binwalk
@@ -5004,6 +5004,10 @@
 
 0	string		\x3c?xml\x20version	XML document,
 >15	string		x			version: "%.3s"
+
+# CodeGate 2011 http://nopsrus.blogspot.com/2013/05/codegate-ctf-2011-binary-100-points.html
+0    string    \x23\x40\x7e\x5e    Windows Script Encoded Data (screnc.exe)
+
 #
 # "pcap-ng" capture files.
 # http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html
diff --git a/src/magic/misc b/src/magic/misc
index e71be05..ea94f88 100644
--- a/src/magic/misc
+++ b/src/magic/misc
@@ -37,3 +37,7 @@
 
 0	string		\x3c?xml\x20version	XML document,
 >15	string		x			version: "%.3s"
+
+# CodeGate 2011 http://nopsrus.blogspot.com/2013/05/codegate-ctf-2011-binary-100-points.html
+0    string    \x23\x40\x7e\x5e    Windows Script Encoded Data (screnc.exe)
+
--
libgit2 0.26.0