fix
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#include <phnt_windows.h>
|
||||
|
||||
VOID CALLBACK ServiceNotifyCallback(PSERVICE_NOTIFYW pNotifyBuffer);
|
||||
|
@@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <phnt_windows.h>
|
||||
|
||||
typedef struct tagLANGANDCODEPAGE
|
||||
{
|
||||
WORD wLanguage;
|
||||
|
@@ -1,9 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <phnt_windows.h>
|
||||
|
||||
typedef struct tagPatchSet
|
||||
{
|
||||
const char *Pattern;
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "targetver.h"
|
||||
|
||||
#include <phnt_windows.h>
|
||||
@@ -10,8 +11,8 @@
|
||||
#include <strsafe.h>
|
||||
#include <shellapi.h>
|
||||
#include <detours.h>
|
||||
#include <patternfind.h>
|
||||
|
||||
#include "patternfind.h"
|
||||
#include "tracing.h"
|
||||
|
||||
extern IMAGE_DOS_HEADER __ImageBase;
|
||||
|
@@ -21,6 +21,7 @@
|
||||
<ItemGroup>
|
||||
<ClInclude Include="callbacks.h" />
|
||||
<ClInclude Include="hooks.h" />
|
||||
<ClInclude Include="patternfind.h" />
|
||||
<ClInclude Include="stdafx.h" />
|
||||
<ClInclude Include="targetver.h" />
|
||||
<ClInclude Include="helpers.h" />
|
||||
@@ -31,6 +32,7 @@
|
||||
<ClCompile Include="callbacks.c" />
|
||||
<ClCompile Include="dllmain.c" />
|
||||
<ClCompile Include="hooks.c" />
|
||||
<ClCompile Include="patternfind.c" />
|
||||
<ClCompile Include="stdafx.c">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
||||
@@ -118,7 +120,7 @@
|
||||
<IntDir>$(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\</IntDir>
|
||||
<TargetName>$(ProjectName)$(PlatformArchitecture)</TargetName>
|
||||
<GenerateManifest>false</GenerateManifest>
|
||||
<IncludePath>$(SolutionDir)inc\phnt;$(SolutionDir)inc\detours;$(SolutionDir)inc\patternfind;$(IncludePath)</IncludePath>
|
||||
<IncludePath>$(SolutionDir)inc\phnt;$(SolutionDir)inc\detours;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)lib\detours;$(LibraryPath)</LibraryPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
|
@@ -36,6 +36,9 @@
|
||||
<ClInclude Include="helpers.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="patternfind.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="patchwua.c">
|
||||
@@ -62,6 +65,9 @@
|
||||
<ClCompile Include="helpers.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="patternfind.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="wufuc.rc">
|
||||
|
Reference in New Issue
Block a user