feat process_func cpp and h
This commit is contained in:
@@ -149,6 +149,7 @@
|
||||
<ClCompile Include="kernel_function.cpp" />
|
||||
<ClCompile Include="load_Image_callback.cpp" />
|
||||
<ClCompile Include="ob_reg_callback.cpp" />
|
||||
<ClCompile Include="process_func.cpp" />
|
||||
<ClCompile Include="protect_filter.cpp" />
|
||||
<ClCompile Include="utils.cpp" />
|
||||
</ItemGroup>
|
||||
@@ -161,6 +162,7 @@
|
||||
<ClInclude Include="kernel_function.h" />
|
||||
<ClInclude Include="load_Image_callback.h" />
|
||||
<ClInclude Include="ob_reg_callback.h" />
|
||||
<ClInclude Include="process_func.h" />
|
||||
<ClInclude Include="protect_filter.h" />
|
||||
<ClInclude Include="utils.h" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
<Filter Include="kernel_private">
|
||||
<UniqueIdentifier>{17541143-1a94-4036-9c0b-54a1855caa73}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="process_function">
|
||||
<UniqueIdentifier>{e30d7c3e-b37a-4d86-9561-383f1b377fba}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="driver_main.cpp">
|
||||
@@ -67,6 +70,9 @@
|
||||
<ClCompile Include="protect_filter.cpp">
|
||||
<Filter>kernel_private</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="process_func.cpp">
|
||||
<Filter>process_function</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Base.h">
|
||||
@@ -99,5 +105,8 @@
|
||||
<ClInclude Include="protect_filter.h">
|
||||
<Filter>kernel_private</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="process_func.h">
|
||||
<Filter>process_function</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user