summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorkahashimoto-ms <[email protected]>2023-03-27 11:34:47 -0700
committerGitHub <[email protected]>2023-03-27 11:34:47 -0700
commit901112d0fbcf4f000f14c8132ea2639f61d3c482 (patch)
treeb68ece90a715decd6fec2ea247619fd59b24d873 /network
parent730161a9834d4e6f47844383c0891f877444c8fd (diff)
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
Diffstat (limited to 'network')
-rw-r--r--network/ndis/ndisprot/6x/sys/630/ndisprot630.infbin7576 -> 8974 bytes
-rw-r--r--network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj1
2 files changed, 1 insertions, 0 deletions
diff --git a/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf b/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf
index 849195f7..c5d7adb6 100644
--- a/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf
+++ b/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf
Binary files 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 @@
</Midl>
<Link>
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib</AdditionalDependencies>
+ <CETCompat>true</CETCompat>
</Link>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>