Skip to content

Commit 5bed89e

Browse files
HookDll ANSI
1 parent 93dc928 commit 5bed89e

File tree

7 files changed

+4
-0
lines changed

7 files changed

+4
-0
lines changed

APIHOOK/HookDll/HookDll.cpp

-56 Bytes
Binary file not shown.

APIHOOK/HookDll/HookDll.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
</Link>
144144
</ItemDefinitionGroup>
145145
<ItemGroup>
146+
<ClInclude Include="easyhook.h" />
146147
<ClInclude Include="stdafx.h" />
147148
<ClInclude Include="targetver.h" />
148149
</ItemGroup>

APIHOOK/HookDll/HookDll.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<ClInclude Include="targetver.h">
2222
<Filter>头文件</Filter>
2323
</ClInclude>
24+
<ClInclude Include="easyhook.h">
25+
<Filter>头文件</Filter>
26+
</ClInclude>
2427
</ItemGroup>
2528
<ItemGroup>
2629
<ClCompile Include="stdafx.cpp">

APIHOOK/HookDll/dllmain.cpp

-668 Bytes
Binary file not shown.

APIHOOK/HookDll/stdafx.cpp

-103 Bytes
Binary file not shown.

APIHOOK/HookDll/stdafx.h

-184 Bytes
Binary file not shown.

APIHOOK/HookDll/targetver.h

-130 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)