Skip to content

Commit

Permalink
* New signed build with optional features from PRs
Browse files Browse the repository at this point in the history
* Move to VS2019 + Latest WDK
  • Loading branch information
duncanthrax committed Jun 18, 2021
1 parent 2838eae commit 45d911d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Install/driver/Scream.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Signature="$CHICAGO$"
Class=MEDIA
Provider=%SCR%
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
DriverVer = 07/06/2020,22.56.8.202
DriverVer = 06/18/2021,16.28.26.721
CatalogFile=scream.cat

[SourceDisksNames]
Expand Down
Binary file modified Install/driver/Scream.sys
Binary file not shown.
Binary file modified Install/driver/scream.cat
Binary file not shown.
4 changes: 3 additions & 1 deletion Scream Package/Scream Package.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<Configuration>Win8.1 Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
<RootNamespace>Scream_Package</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -320,6 +320,8 @@
<VerifyProjectOutput>True</VerifyProjectOutput>
<VerifyDrivers />
<VerifyFlags>133563</VerifyFlags>
<TimeStampServer>
</TimeStampServer>
</PropertyGroup>
<ItemGroup>
<FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" />
Expand Down
5 changes: 4 additions & 1 deletion Scream/Scream.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<Configuration>Win8.1 Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
<RootNamespace>Scream</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -200,6 +200,9 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'">
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
<IncludePath>$(CRT_IncludePath);$(KM_IncludePath);$(KIT_SHARED_IncludePath);$(WindowsSDK_IncludePath);$(VC_IncludePath);</IncludePath>
<ExcludePath>$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(FxCopDir);$(MSBuild_ExecutablePath);$(VC_LibraryPath_x64);$(SystemRoot)</ExcludePath>
<TimeStampServer />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'">
<Link>
Expand Down
2 changes: 1 addition & 1 deletion Scream/savedata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ NTSTATUS SetSockOpt (PWSK_SOCKET Socket, ULONG level, ULONG option_name, ULONG o
{
PWSK_PROVIDER_BASIC_DISPATCH Dispatch;
PIRP Irp;
ULONG SocketOptionState;
//ULONG SocketOptionState;
NTSTATUS Status;

Dispatch = (PWSK_PROVIDER_BASIC_DISPATCH)(Socket->Dispatch);
Expand Down

0 comments on commit 45d911d

Please sign in to comment.