summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMike Fenelon <[email protected]>2017-10-02 14:28:04 -0700
committerGitHub <[email protected]>2017-10-02 14:28:04 -0700
commitda3f6c88f40a062019089716ea360b964d71f4be (patch)
tree0c9d8e66f09e92e80b68efdbea546d6b4013ec86 /security
parentc55397f675ffbb3b3fe11dcfa2d5686e36bc7f05 (diff)
parent5a706e661e678e33bac158c1f330836d7d2d6202 (diff)
Merge branch 'master' into master
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)