-
Notifications
You must be signed in to change notification settings - Fork 19
/
refo_v2.vcxproj.filters
34 lines (34 loc) · 1.6 KB
/
refo_v2.vcxproj.filters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="protect\anti_dump.h" />
<ClInclude Include="misc\lazy.h" />
<ClInclude Include="protect\anti_debugger.h" />
<ClInclude Include="encryption\xor.h" />
<ClInclude Include="protect\protectmain.h" />
<ClInclude Include="protect\anti_attach.h" />
<ClInclude Include="misc\process.hpp" />
<ClInclude Include="protect\kill_process.h" />
<ClInclude Include="protect\selfcode\filler.h" />
<ClInclude Include="protect\selfcode\ntapi.h" />
<ClInclude Include="protect\selfcode\pe_header.h" />
<ClInclude Include="protect\selfcode\remap.h" />
<ClInclude Include="protect\selfcode\selfcode.h" />
<ClInclude Include="misc\includes.h" />
<ClInclude Include="protect\nodeserver\node_protect.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="protect\protectmain.cpp" />
<ClCompile Include="main\main.cpp" />
<ClCompile Include="protect\selfcode\filler.cpp" />
<ClCompile Include="protect\selfcode\selfcode.cpp" />
<ClCompile Include="protect\selfcode\ntapi.cpp" />
<ClCompile Include="protect\selfcode\pe_header.cpp" />
<ClCompile Include="protect\selfcode\remap.cpp" />
<ClCompile Include="protect\anti_attach.cpp" />
<ClCompile Include="protect\anti_debugger.cpp" />
<ClCompile Include="protect\anti_dump.cpp" />
<ClCompile Include="protect\kill_process.cpp" />
<ClCompile Include="protect\nodeserver\node_protect.cpp" />
</ItemGroup>
</Project>