Skip to content

Commit

Permalink
add hooksysdemo
Browse files Browse the repository at this point in the history
  • Loading branch information
frendguo committed Jun 5, 2023
1 parent d2400ce commit 74a33f8
Show file tree
Hide file tree
Showing 8 changed files with 453 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -334,3 +334,4 @@ ASALocalRun/

# Local History for Visual Studio
.localhistory/
.vscode
86 changes: 84 additions & 2 deletions HookLib.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28701.123
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HookLib", "HookLib\HookLib.vcxproj", "{9379F9BC-7829-45D8-B339-90F6504FDF2B}"
ProjectSection(ProjectDependencies) = postProject
Expand All @@ -18,74 +18,156 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Zydis", "HookLib\Zydis\msvc
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HookLibDrvTests", "HookLibDrvTests\HookLibDrvTests.vcxproj", "{3E9752F7-9B84-4844-847E-08F6E2DE1D32}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HookSysDemo", "HookSysDemo\HookSysDemo.vcxproj", "{C437FE08-764D-4076-8E7D-C971C637A6CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Kernel|ARM64 = Debug Kernel|ARM64
Debug Kernel|x64 = Debug Kernel|x64
Debug Kernel|x86 = Debug Kernel|x86
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release Kernel|ARM64 = Release Kernel|ARM64
Release Kernel|x64 = Release Kernel|x64
Release Kernel|x86 = Release Kernel|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug Kernel|ARM64.ActiveCfg = Debug Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug Kernel|ARM64.Build.0 = Debug Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug Kernel|ARM64.Deploy.0 = Debug Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug Kernel|x64.ActiveCfg = Debug Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug Kernel|x64.Build.0 = Debug Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug Kernel|x86.ActiveCfg = Debug Kernel|Win32
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug Kernel|x86.Build.0 = Debug Kernel|Win32
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug|ARM64.ActiveCfg = Debug|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug|ARM64.Build.0 = Debug|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug|x64.ActiveCfg = Debug|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug|x64.Build.0 = Debug|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug|x86.ActiveCfg = Debug|Win32
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Debug|x86.Build.0 = Debug|Win32
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release Kernel|ARM64.ActiveCfg = Release Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release Kernel|ARM64.Build.0 = Release Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release Kernel|ARM64.Deploy.0 = Release Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release Kernel|x64.ActiveCfg = Release Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release Kernel|x64.Build.0 = Release Kernel|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release Kernel|x86.ActiveCfg = Release Kernel|Win32
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release Kernel|x86.Build.0 = Release Kernel|Win32
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release|ARM64.ActiveCfg = Release|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release|ARM64.Build.0 = Release|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release|x64.ActiveCfg = Release|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release|x64.Build.0 = Release|x64
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release|x86.ActiveCfg = Release|Win32
{9379F9BC-7829-45D8-B339-90F6504FDF2B}.Release|x86.Build.0 = Release|Win32
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug Kernel|ARM64.ActiveCfg = Debug|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug Kernel|ARM64.Build.0 = Debug|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug Kernel|x64.ActiveCfg = Debug|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug Kernel|x86.ActiveCfg = Debug|Win32
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug|ARM64.ActiveCfg = Debug|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug|ARM64.Build.0 = Debug|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug|x64.ActiveCfg = Debug|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug|x64.Build.0 = Debug|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug|x86.ActiveCfg = Debug|Win32
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Debug|x86.Build.0 = Debug|Win32
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release Kernel|ARM64.ActiveCfg = Release|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release Kernel|ARM64.Build.0 = Release|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release Kernel|x64.ActiveCfg = Release|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release Kernel|x86.ActiveCfg = Release|Win32
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release|ARM64.ActiveCfg = Release|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release|ARM64.Build.0 = Release|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release|x64.ActiveCfg = Release|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release|x64.Build.0 = Release|x64
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release|x86.ActiveCfg = Release|Win32
{51822229-A0BE-4D4E-8025-F16A47ACC3EE}.Release|x86.Build.0 = Release|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug Kernel|ARM64.ActiveCfg = Debug Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug Kernel|ARM64.Build.0 = Debug Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug Kernel|ARM64.Deploy.0 = Debug Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug Kernel|x64.ActiveCfg = Debug Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug Kernel|x64.Build.0 = Debug Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug Kernel|x86.ActiveCfg = Debug Kernel|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug Kernel|x86.Build.0 = Debug Kernel|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|ARM64.ActiveCfg = Debug MD DLL|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|ARM64.Build.0 = Debug MD DLL|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|x64.ActiveCfg = Debug MT|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|x64.Build.0 = Debug MT|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|x86.ActiveCfg = Debug MT|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|x86.Build.0 = Debug MT|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release Kernel|ARM64.ActiveCfg = Release Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release Kernel|ARM64.Build.0 = Release Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release Kernel|ARM64.Deploy.0 = Release Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release Kernel|x64.ActiveCfg = Release Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release Kernel|x64.Build.0 = Release Kernel|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release Kernel|x86.ActiveCfg = Release Kernel|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release Kernel|x86.Build.0 = Release Kernel|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|ARM64.ActiveCfg = Release MD DLL|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|ARM64.Build.0 = Release MD DLL|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|x64.ActiveCfg = Release MT|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|x64.Build.0 = Release MT|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|x86.ActiveCfg = Release MT|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|x86.Build.0 = Release MT|Win32
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug Kernel|ARM64.ActiveCfg = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug Kernel|ARM64.Build.0 = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug Kernel|ARM64.Deploy.0 = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug Kernel|x64.ActiveCfg = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug Kernel|x64.Build.0 = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug Kernel|x86.ActiveCfg = Debug|Win32
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug Kernel|x86.Build.0 = Debug|Win32
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug|ARM64.ActiveCfg = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug|ARM64.Build.0 = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug|ARM64.Deploy.0 = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug|x64.ActiveCfg = Debug|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Debug|x86.ActiveCfg = Debug|Win32
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release Kernel|ARM64.ActiveCfg = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release Kernel|ARM64.Build.0 = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release Kernel|ARM64.Deploy.0 = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release Kernel|x64.ActiveCfg = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release Kernel|x64.Build.0 = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release Kernel|x86.ActiveCfg = Release|Win32
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release Kernel|x86.Build.0 = Release|Win32
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release|ARM64.ActiveCfg = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release|ARM64.Build.0 = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release|ARM64.Deploy.0 = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release|x64.ActiveCfg = Release|x64
{3E9752F7-9B84-4844-847E-08F6E2DE1D32}.Release|x86.ActiveCfg = Release|Win32
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|ARM64.ActiveCfg = Debug|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|ARM64.Build.0 = Debug|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|ARM64.Deploy.0 = Debug|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|x64.ActiveCfg = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|x64.Build.0 = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|x64.Deploy.0 = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|x86.ActiveCfg = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|x86.Build.0 = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug Kernel|x86.Deploy.0 = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|ARM64.ActiveCfg = Debug|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|ARM64.Build.0 = Debug|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|ARM64.Deploy.0 = Debug|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|x64.ActiveCfg = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|x64.Build.0 = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|x64.Deploy.0 = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|x86.ActiveCfg = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|x86.Build.0 = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Debug|x86.Deploy.0 = Debug|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|ARM64.ActiveCfg = Release|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|ARM64.Build.0 = Release|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|ARM64.Deploy.0 = Release|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|x64.ActiveCfg = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|x64.Build.0 = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|x64.Deploy.0 = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|x86.ActiveCfg = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|x86.Build.0 = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release Kernel|x86.Deploy.0 = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|ARM64.ActiveCfg = Release|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|ARM64.Build.0 = Release|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|ARM64.Deploy.0 = Release|ARM64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|x64.ActiveCfg = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|x64.Build.0 = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|x64.Deploy.0 = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|x86.ActiveCfg = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|x86.Build.0 = Release|x64
{C437FE08-764D-4076-8E7D-C971C637A6CA}.Release|x86.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 1 addition & 0 deletions HookLib/HookLib.vcxproj
Expand Up @@ -267,6 +267,7 @@
<TreatWarningAsError>true</TreatWarningAsError>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
116 changes: 116 additions & 0 deletions HookSysDemo/HookSysDemo.vcxproj
@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{C437FE08-764D-4076-8E7D-C971C637A6CA}</ProjectGuid>
<TemplateGuid>{dd38f7fc-d7bd-488b-9242-7d8754cde80d}</TemplateGuid>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
<Configuration>Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">x64</Platform>
<RootNamespace>HookSysDemo</RootNamespace>
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<ConfigurationType>Driver</ConfigurationType>
<DriverType>WDM</DriverType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<ConfigurationType>Driver</ConfigurationType>
<DriverType>WDM</DriverType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<ConfigurationType>Driver</ConfigurationType>
<DriverType>WDM</DriverType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<ConfigurationType>Driver</ConfigurationType>
<DriverType>WDM</DriverType>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
<ClCompile>
<WarningLevel>Level1</WarningLevel>
<LanguageStandard>stdcpplatest</LanguageStandard>
<AdditionalIncludeDirectories>C:\Users\frendguo\source\repos\driver\HookLib\HookLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
</ItemDefinitionGroup>
<ItemGroup>
<FilesToPackage Include="$(TargetPath)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HookLib\HookLib.vcxproj">
<Project>{9379f9bc-7829-45d8-b339-90f6504fdf2b}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\HookLib\HookLib\HookLib.h" />
<ClInclude Include="main.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="main.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
34 changes: 34 additions & 0 deletions HookSysDemo/HookSysDemo.vcxproj.filters
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="Driver Files">
<UniqueIdentifier>{8E41214B-6785-4CFE-B992-037D68949A14}</UniqueIdentifier>
<Extensions>inf;inv;inx;mof;mc;</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\HookLib\HookLib\HookLib.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="main.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit 74a33f8

Please sign in to comment.