summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkahashimoto-ms <[email protected]>2023-03-27 09:47:20 -0700
committerGitHub <[email protected]>2023-03-27 09:47:20 -0700
commit730161a9834d4e6f47844383c0891f877444c8fd (patch)
tree80230d68f033eefc460d096a861cc5abb7d10794
parent3035684cf7b5a5dd2ab76e61a8165c0877b5e410 (diff)
User/kahashimoto ms/ndislwf dirid 13 fix (#945)
* removed unused Common.Params.reg section * Change DIRID from 12 to 13 * add PnpLockdown = 1 to the version section of the inf * Edit inf so that it uses DIRID 13 for installation above certain release * add the x86 and ia64 archs that were previously removed for simplicity * add comment on why there is a different installation for newer build versions * Move sections so updated ones appear first * Change Install_Update->Install and Install->Install_NC * Enable CET Shadow Stack Compatible * remove white space * Use the stampinf ARCH variable to replace all the hard coded architectures * Network driver INF that use DIRID 13 should only target build 25319 or later * Update comment * delete some white space * Change encoding of inf to UTF-16LE
-rw-r--r--network/ndis/filter/ndislwf.vcxproj1
-rw-r--r--network/ndis/filter/netlwf.infbin8824 -> 19952 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/network/ndis/filter/ndislwf.vcxproj b/network/ndis/filter/ndislwf.vcxproj
index 8dfd9637..456ac131 100644
--- a/network/ndis/filter/ndislwf.vcxproj
+++ b/network/ndis/filter/ndislwf.vcxproj
@@ -206,6 +206,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Link>
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib</AdditionalDependencies>
+ <CETCompat>true</CETCompat>
</Link>
<ClCompile>
<ExceptionHandling>
diff --git a/network/ndis/filter/netlwf.inf b/network/ndis/filter/netlwf.inf
index ae728775..e59b56fb 100644
--- a/network/ndis/filter/netlwf.inf
+++ b/network/ndis/filter/netlwf.inf
Binary files differ