Skip to content

Commit

Permalink
Added non-executable memory allocations opt-in to driver
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
nefarius committed Jun 27, 2022
1 parent 76dd492 commit 854c587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HidHide/src/Driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ NTSTATUS DriverEntry(PDRIVER_OBJECT pDriverObject, PUNICODE_STRING pRegistryPath
// Note use DBG_AND_RETURN_NTSTATUS for now till the ETW provides are registered
// Note that INFO_LEVEL and TRACE_LEVEL are suppressed per default; only ERROR_LEVEL is immediately forwarded

ExInitializeDriverRuntime(DrvRtPoolNxOptIn);

WDF_DRIVER_CONFIG_INIT(&wdfDriverConfig, NULL);
wdfDriverConfig.EvtDriverDeviceAdd = HidHideDriverEvtDeviceAdd;
wdfDriverConfig.EvtDriverUnload = HidHideDriverEvtUnload;
Expand Down
4 changes: 2 additions & 2 deletions Setup/HidHide.aip
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<ROW Property="ARPURLUPDATEINFO" Value="https://github.com/ViGEm/HidHide/releases"/>
<ROW Property="IAgree" Value="No" Type="4"/>
<ROW Property="Manufacturer" Value="Nefarius Software Solutions e.U."/>
<ROW Property="ProductCode" Value="1033:{7D24F89C-34F5-4BEE-B4A4-4D6D8D197360} " Type="16"/>
<ROW Property="ProductCode" Value="1033:{38CDA381-E433-4EDC-95DD-A9567F947661} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="HidHide"/>
<ROW Property="ProductVersion" Value="1.2.93"/>
<ROW Property="ProductVersion" Value="1.2.97"/>
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:Force"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR;UPGRADE_1"/>
<ROW Property="UpgradeCode" Value="{8822CC70-E2A5-4CB7-8F14-E27101150A1D}"/>
Expand Down

0 comments on commit 854c587

Please sign in to comment.