Skip to content

Commit

Permalink
v 1.3.0
Browse files Browse the repository at this point in the history
Added Hilscher wormhole driver as provider 31
Internal rearrange #56
Readme updated
  • Loading branch information
hfiref0x committed Mar 22, 2023
1 parent bbb99ae commit 07ec6e6
Show file tree
Hide file tree
Showing 73 changed files with 1,568 additions and 685 deletions.
136 changes: 70 additions & 66 deletions KDU.sha256

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 - 2022 KDU Project
Copyright (c) 2020 - 2023 KDU Project

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ You use it at your own risk. Some lazy AV may flag this tool as hacktool/malware
| 28 | ASRock | AsrDrv106 | Phantom Gaming Tuning | RWEverything | 1.0.6 and below | |
| 29 | Arthur Liberman| ALSysIO64 | Core Temp | Original | 2.0.11 and below | |
| 30 | AMD | AMDRyzenMasterDriver | Multiple software packages | Original | 2.0.0.0 and below | |
| 31 | Hilscher | physmem | Physical Memory Viewer for Windows | Original | 1.0.0.0 | Cert, Name |

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

Expand Down Expand Up @@ -209,4 +210,4 @@ They are used in multiple products from hardware vendors mostly in unmodified st

# Authors

(c) 2020 - 2022 KDU Project
(c) 2020 - 2023 KDU Project
2 changes: 2 additions & 0 deletions Source/Hamakaze/KDU.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<ClCompile Include="idrv\dbutil.cpp" />
<ClCompile Include="idrv\directio64.cpp" />
<ClCompile Include="idrv\gmer.cpp" />
<ClCompile Include="idrv\hilscher.cpp" />
<ClCompile Include="idrv\kph.cpp" />
<ClCompile Include="idrv\lha.cpp" />
<ClCompile Include="idrv\mapmem.cpp" />
Expand Down Expand Up @@ -188,6 +189,7 @@
<ClInclude Include="idrv\asrdrv.h" />
<ClInclude Include="idrv\atszio.h" />
<ClInclude Include="idrv\dbk.h" />
<ClInclude Include="idrv\hilscher.h" />
<ClInclude Include="idrv\ldrsc.h" />
<ClInclude Include="idrv\dbutil.h" />
<ClInclude Include="idrv\directio64.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 @@ -183,6 +183,9 @@
<ClCompile Include="idrv\ryzen.cpp">
<Filter>Source Files\idrv</Filter>
</ClCompile>
<ClCompile Include="idrv\hilscher.cpp">
<Filter>Source Files\idrv</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="global.h">
Expand Down Expand Up @@ -341,6 +344,9 @@
<ClInclude Include="idrv\ryzen.h">
<Filter>Source Files\idrv</Filter>
</ClInclude>
<ClInclude Include="idrv\hilscher.h">
<Filter>Source Files\idrv</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc">
Expand Down
6 changes: 4 additions & 2 deletions Source/Hamakaze/KDU.vcxproj.user
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?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>-prv 30 -map c:\install\dummy2.sys</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommandArguments>-prv 30 -map c:\install\dummy2.sys</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>
Loading

0 comments on commit 07ec6e6

Please sign in to comment.