149 lines
6.6 KiB
XML
149 lines
6.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{8CC15B84-9FA8-4F5E-934F-7DAE7BAC4896}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>Furutaka</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
|
<ProjectName>Furutaka</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>.\output\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>.\output\$(Platform)\$(Configuration)\</IntDir>
|
|
<CodeAnalysisRuleSet>SecurityRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>.\output\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>.\output\$(Platform)\$(Configuration)\</IntDir>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EntryPointSymbol>TDLMain</EntryPointSymbol>
|
|
<UACExecutionLevel>AsInvoker</UACExecutionLevel>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MinSpace</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<StringPooling>true</StringPooling>
|
|
<EnablePREfast>false</EnablePREfast>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<AssemblerOutput>AssemblyCode</AssemblerOutput>
|
|
<AssemblerListingLocation>$(IntDir)\asmlist\</AssemblerListingLocation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<EntryPointSymbol>TDLMain</EntryPointSymbol>
|
|
<SetChecksum>true</SetChecksum>
|
|
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
|
|
<Version>6.0</Version>
|
|
<ShowProgress>LinkVerboseLib</ShowProgress>
|
|
<AdditionalOptions>/NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="cui.c" />
|
|
<ClCompile Include="instdrv.c" />
|
|
<ClCompile Include="main.c" />
|
|
<ClCompile Include="minirtl\cmdline.c" />
|
|
<ClCompile Include="minirtl\u64tohex.c" />
|
|
<ClCompile Include="minirtl\u64tostr.c" />
|
|
<ClCompile Include="minirtl\ultohex.c" />
|
|
<ClCompile Include="minirtl\ultostr.c" />
|
|
<ClCompile Include="minirtl\_strcat.c" />
|
|
<ClCompile Include="minirtl\_strcmpi.c" />
|
|
<ClCompile Include="minirtl\_strcpy.c" />
|
|
<ClCompile Include="minirtl\_strend.c" />
|
|
<ClCompile Include="minirtl\_strlen.c" />
|
|
<ClCompile Include="minirtl\_strncmpi.c" />
|
|
<ClCompile Include="sup.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="cui.h" />
|
|
<ClInclude Include="global.h" />
|
|
<ClInclude Include="instdrv.h" />
|
|
<ClInclude Include="minirtl\cmdline.h" />
|
|
<ClInclude Include="minirtl\minirtl.h" />
|
|
<ClInclude Include="minirtl\rtltypes.h" />
|
|
<ClInclude Include="ntos.h" />
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="shellcode.h" />
|
|
<ClInclude Include="sup.h" />
|
|
<ClInclude Include="vbox.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="resource.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="drv\vboxdrv_exploitable.sys" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |