From 1904b79bdb26196d4dbf50110208b50950e06f4e Mon Sep 17 00:00:00 2001 From: kahashimoto-ms <117399367+kahashimoto-ms@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:55:13 -0700 Subject: Mspassthroughext arch fix (#942) * Use Stampinf architecture * Enable the CET Shadow Stack mitigation * Change the encoding of inf to UTF-16LE --- .../samples/passthrough/mspassthroughext.inf | Bin 2732 -> 5218 bytes .../samples/passthrough/mspassthroughext.vcxproj | 1 + 2 files changed, 1 insertion(+) diff --git a/network/ndis/extension/samples/passthrough/mspassthroughext.inf b/network/ndis/extension/samples/passthrough/mspassthroughext.inf index 47236828..8339e7c8 100644 Binary files a/network/ndis/extension/samples/passthrough/mspassthroughext.inf and b/network/ndis/extension/samples/passthrough/mspassthroughext.inf differ diff --git a/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj b/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj index 791d2493..f688d064 100644 --- a/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj +++ b/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj @@ -82,6 +82,7 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib + true true -- cgit v1.3.1