Skip to content

Commit

Permalink
dev140
Browse files Browse the repository at this point in the history
Readded Razer driver as provider 43 (CVE-2017-9769)
  • Loading branch information
hfiref0x committed Oct 22, 2023
1 parent a86a61b commit 97e6f8d
Show file tree
Hide file tree
Showing 65 changed files with 91 additions and 380 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ You use it at your own risk. Some lazy AV may flag this tool as hacktool/malware
| 40 | NVidia | nvoclock | NVidia System Utility Driver | Original | 7.0.0.32 | |
| 41 | Binalyze | IREC | Binalyze DFIR | Original | 3.11.0 | |
| 42 | DavidXXW | PhyDMACC | SLIC ToolKit | WINRING0 | 1.2.0 | |
| 43 | Razer | rzpnk | Razer Synapse | Original | 2.20.15.1104 | |

###### *At commit time, data maybe inaccurate.

Expand Down
2 changes: 2 additions & 0 deletions Source/Hamakaze/KDU.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<ClCompile Include="idrv\phymem.cpp" />
<ClCompile Include="idrv\procexp.cpp" />
<ClCompile Include="idrv\ryzen.cpp" />
<ClCompile Include="idrv\rzpnk.cpp" />
<ClCompile Include="idrv\winio.cpp" />
<ClCompile Include="idrv\nal.cpp" />
<ClCompile Include="idrv\rtcore.cpp" />
Expand Down Expand Up @@ -217,6 +218,7 @@
<ClInclude Include="idrv\phymem.h" />
<ClInclude Include="idrv\procexp.h" />
<ClInclude Include="idrv\ryzen.h" />
<ClInclude Include="idrv\rzpnk.h" />
<ClInclude Include="idrv\winio.h" />
<ClInclude Include="idrv\nal.h" />
<ClInclude Include="idrv\rtcore.h" />
Expand Down
6 changes: 6 additions & 0 deletions Source/Hamakaze/KDU.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
<ClCompile Include="idrv\binalyze.cpp">
<Filter>Source Files\idrv</Filter>
</ClCompile>
<ClCompile Include="idrv\rzpnk.cpp">
<Filter>Source Files\idrv</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="global.h">
Expand Down Expand Up @@ -404,6 +407,9 @@
<ClInclude Include="idrv\binalyze.h">
<Filter>Source Files\idrv</Filter>
</ClInclude>
<ClInclude Include="idrv\rzpnk.h">
<Filter>Source Files\idrv</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc">
Expand Down
3 changes: 1 addition & 2 deletions Source/Hamakaze/KDU.vcxproj.user
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>-prv 43 -dmp 440</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down
Loading

0 comments on commit 97e6f8d

Please sign in to comment.