You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
140 lines
9.9 KiB
140 lines
9.9 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{92e23fae-8aba-48e7-8771-9fd837ab8db7}</ProjectGuid>
|
|
<RootNamespace>vmprofiler</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
<ProjectName>vmprofiler-cli</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</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)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(ProjectDir)dependencies\vmprofiler\include\;$(ProjectDir)dependencies\vmprofiler\dependencies\zydis\include;$(ProjectDir)dependencies\vmprofiler\dependencies\zydis\msvc;$(ProjectDir)dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include;$(ProjectDir)dependencies\cli-parser\;$(ProjectDir)dependencies\xtils\;$(ProjectDir)dependencies\vmprofiler\dependencies\vtil\VTIL\includes\;$(ProjectDir)dependencies\vmprofiler\dependencies\vtil\VTIL-Architecture\includes\;$(ProjectDir)dependencies\vmprofiler\dependencies\vtil\VTIL-Common\includes\;$(ProjectDir)dependencies\vmprofiler\dependencies\vtil\VTIL-Compiler\includes\;$(ProjectDir)dependencies\vmprofiler\dependencies\vtil\VTIL-SymEx\includes\;$(ProjectDir)dependencies\vmprofiler\dependencies\vtil\dependencies\capstone\include;$(ProjectDir)dependencies\vmprofiler\dependencies\vtil\dependencies\keystone\include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;ZYDIS_STATIC_DEFINE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<Optimization>Disabled</Optimization>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>$(ProjectDir)..\libs\*;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<StackReserveSize>4194304 </StackReserveSize>
|
|
<StackCommitSize>4194304</StackCommitSize>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="dependencies\vmprofiler\dependencies\vtil\VTIL\VTIL.vcxproj">
|
|
<Project>{8163e74c-dde4-4507-bd3d-064cd95ff33b}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="dependencies\vmprofiler\dependencies\zydis\msvc\zydis\Zydis.vcxproj">
|
|
<Project>{88a23124-5640-35a0-b890-311d7a67a7d2}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="dependencies\vmprofiler\vmprofiler.vcxproj">
|
|
<Project>{d0b6092a-9944-4f24-9486-4b7dae372619}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include=".clang-format" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Image Include="src\icon.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="src\icon.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\main.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Allocator.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\API\Memory.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\API\Synchronization.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\API\Terminal.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\API\Thread.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\ArgParse.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Bitset.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Comparison.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Defines.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Format.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\LibC.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\List.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Object.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Status.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\String.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Types.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Vector.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include\Zycore\Zycore.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Decoder.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\DecoderTypes.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Formatter.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\FormatterBuffer.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Generated\EnumInstructionCategory.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Generated\EnumISAExt.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Generated\EnumISASet.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Generated\EnumMnemonic.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Generated\EnumRegister.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Internal\DecoderData.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Internal\FormatterATT.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Internal\FormatterBase.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Internal\FormatterIntel.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Internal\SharedData.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Internal\String.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\MetaInfo.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Mnemonic.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Register.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\SharedTypes.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\ShortString.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Status.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Utils.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\include\Zydis\Zydis.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\msvc\ZycoreExportConfig.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\dependencies\zydis\msvc\ZydisExportConfig.h" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\calc_jmp.hpp" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\transform.hpp" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\vmctx.hpp" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\vmhandlers.hpp" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\vminstrs.hpp" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\vmlifters.hpp" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\vmp2.hpp" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\vmprofiler.hpp" />
|
|
<ClInclude Include="dependencies\vmprofiler\include\vmprofiles.hpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |