From 901112d0fbcf4f000f14c8132ea2639f61d3c482 Mon Sep 17 00:00:00 2001
From: kahashimoto-ms <117399367+kahashimoto-ms@users.noreply.github.com>
Date: Mon, 27 Mar 2023 11:34:47 -0700
Subject: Ndisprot630 inf violations (#944)
* Add PnPLockdown=1 to the veresion section to the inf
* Added segments to the DriverVer
* Change Service name to Ndisprot630
* Edit INF to install used DIRID 13 above a certain release number
* Change names Install->Install_NC and Install_Update->Install
* Move things around so Install appears before Install_NC
* enable the Control-flow Enforcement Technology (CET) Shadow Stack mitigation
* Network driver INF that target DIRID 13 should only build 25319 or later
* Update comment
* Enable CET Shadow Stack compatiblility
---
network/ndis/ndisprot/6x/sys/630/ndisprot630.inf | Bin 7576 -> 8974 bytes
network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj | 1 +
2 files changed, 1 insertion(+)
diff --git a/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf b/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf
index 849195f7..c5d7adb6 100644
Binary files a/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf and b/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf differ
diff --git a/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj b/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj
index b7b2dbda..67f57490 100644
--- a/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj
+++ b/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj
@@ -153,6 +153,7 @@
%(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib
+ truesha256
--
cgit v1.3.1