summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorLuke <[email protected]>2017-11-28 00:22:11 -0800
committerGitHub <[email protected]>2017-11-28 00:22:11 -0800
commit79bbbca2f6e37d94fbbbd60d12c5c1e7dde650da (patch)
tree793ff943b8b641f95d05401156badd42da4a0f12 /security
parented1df9a8b80b154b71b79635e40af75f4f19001c (diff)
parent2817004092cee784d4aaf36c045fdb5b0bc09f7e (diff)
Merge pull request #1 from Microsoft/master
Updating Local
Diffstat (limited to 'security')
-rw-r--r--security/elam/README.md10
-rw-r--r--security/elam/elamsample.c2
2 files changed, 11 insertions, 1 deletions
diff --git a/security/elam/README.md b/security/elam/README.md
index 927dc32d..bbd5b772 100644
--- a/security/elam/README.md
+++ b/security/elam/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Early Launch Anti-Malware Driver
+ platform: KMDF
+ language: cpp
+ category: Security
+ description: Demonstrates how to receive notifications about the initialization of regular boot start drivers in an Early Launch Anti-Malware driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617954
+--->
+
+
Early Launch Anti-Malware Driver
================================
diff --git a/security/elam/elamsample.c b/security/elam/elamsample.c
index 13654d6e..0877ee71 100644
--- a/security/elam/elamsample.c
+++ b/security/elam/elamsample.c
@@ -20,7 +20,7 @@
// Kernel mode only.
//
-#include <elamsample.h>
+#include "elamsample.h"
#ifdef ALLOC_PRAGMA
#pragma alloc_text(INIT, DriverEntry)