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.
194 lines
12 KiB
194 lines
12 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="DBG|x64">
|
|
<Configuration>DBG</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{D0B6092A-9944-4F24-9486-4B7DAE372619}</ProjectGuid>
|
|
<RootNamespace>vmprofiler</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
<ProjectName>vmprofiler</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DBG|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</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>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DBG|x64'" Label="PropertySheets">
|
|
<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\zydis\msvc;$(ProjectDir)dependencies\zydis\dependencies\zycore\include;$(ProjectDir)include;$(ProjectDir)dependencies\zydis\include;$(ProjectDir)dependencies\vtil\VTIL\includes\;$(ProjectDir)dependencies\vtil\VTIL-Architecture\includes\;$(ProjectDir)dependencies\vtil\VTIL-Common\includes\;$(ProjectDir)dependencies\vtil\VTIL-Compiler\includes;$(ProjectDir)dependencies\vtil\VTIL-SymEx\includes\;$(ProjectDir)dependencies\vtil\dependencies\keystone\include;$(ProjectDir)dependencies\vtil\dependencies\capstone\include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DBG|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(ProjectDir)dependencies\zydis\msvc;$(ProjectDir)dependencies\zydis\dependencies\zycore\include;$(ProjectDir)include;$(ProjectDir)dependencies\zydis\include;$(ProjectDir)dependencies\vtil\VTIL\includes\;$(ProjectDir)dependencies\vtil\VTIL-Architecture\includes\;$(ProjectDir)dependencies\vtil\VTIL-Common\includes\;$(ProjectDir)dependencies\vtil\VTIL-Compiler\includes;$(ProjectDir)dependencies\vtil\VTIL-SymEx\includes\;$(ProjectDir)dependencies\vtil\dependencies\keystone\include;$(ProjectDir)dependencies\vtil\dependencies\capstone\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;ZYDIS_STATIC_DEFINE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<Optimization>Disabled</Optimization>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<ObjectFileName>$(IntDir)%(RelativeDir)</ObjectFileName>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>$(ProjectDir)..\libs\*;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DBG|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<Optimization>Disabled</Optimization>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<ObjectFileName>$(IntDir)%(RelativeDir)</ObjectFileName>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>$(ProjectDir)..\libs\*;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\dependencies\zydis\msvc\zydis\Zydis.vcxproj">
|
|
<Project>{88a23124-5640-35a0-b890-311d7a67a7d2}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Allocator.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\API\Memory.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\API\Synchronization.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\API\Terminal.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\API\Thread.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\ArgParse.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Bitset.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Comparison.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Defines.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Format.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\LibC.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\List.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Object.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Status.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\String.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Types.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Vector.h" />
|
|
<ClInclude Include="dependencies\zydis\dependencies\zycore\include\Zycore\Zycore.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Decoder.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\DecoderTypes.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Formatter.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\FormatterBuffer.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Generated\EnumInstructionCategory.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Generated\EnumISAExt.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Generated\EnumISASet.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Generated\EnumMnemonic.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Generated\EnumRegister.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Internal\DecoderData.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Internal\FormatterATT.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Internal\FormatterBase.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Internal\FormatterIntel.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Internal\SharedData.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Internal\String.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\MetaInfo.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Mnemonic.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Register.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\SharedTypes.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\ShortString.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Status.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Utils.h" />
|
|
<ClInclude Include="dependencies\zydis\include\Zydis\Zydis.h" />
|
|
<ClInclude Include="include\calc_jmp.hpp" />
|
|
<ClInclude Include="include\transform.hpp" />
|
|
<ClInclude Include="include\vmctx.hpp" />
|
|
<ClInclude Include="include\vmhandlers.hpp" />
|
|
<ClInclude Include="include\vminstrs.hpp" />
|
|
<ClInclude Include="include\vmlifters.hpp" />
|
|
<ClInclude Include="include\vmp2.hpp" />
|
|
<ClInclude Include="include\vmprofiler.hpp" />
|
|
<ClInclude Include="include\vmprofiles.hpp" />
|
|
<ClInclude Include="include\vmutils.hpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include=".clang-format" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\calc_jmp.cpp" />
|
|
<ClCompile Include="src\vmctx.cpp" />
|
|
<ClCompile Include="src\vmhandler.cpp" />
|
|
<ClCompile Include="src\vminstrs.cpp" />
|
|
<ClCompile Include="src\vmlifters\add.cpp" />
|
|
<ClCompile Include="src\vmlifters\lreg.cpp" />
|
|
<ClCompile Include="src\vmlifters\sreg.cpp" />
|
|
<ClCompile Include="src\vmprofiles\add.cpp" />
|
|
<ClCompile Include="src\vmprofiles\call.cpp" />
|
|
<ClCompile Include="src\vmprofiles\div.cpp" />
|
|
<ClCompile Include="src\vmprofiles\jmp.cpp" />
|
|
<ClCompile Include="src\vmprofiles\lconst.cpp" />
|
|
<ClCompile Include="src\vmprofiles\lflags.cpp" />
|
|
<ClCompile Include="src\vmprofiles\lreg.cpp" />
|
|
<ClCompile Include="src\vmprofiles\mul.cpp" />
|
|
<ClCompile Include="src\vmprofiles\nand.cpp" />
|
|
<ClCompile Include="src\vmprofiles\pushvsp.cpp" />
|
|
<ClCompile Include="src\vmprofiles\read.cpp" />
|
|
<ClCompile Include="src\vmprofiles\shl.cpp" />
|
|
<ClCompile Include="src\vmprofiles\shr.cpp" />
|
|
<ClCompile Include="src\vmprofiles\sreg.cpp" />
|
|
<ClCompile Include="src\vmprofiles\vmexit.cpp" />
|
|
<ClCompile Include="src\vmprofiles\write.cpp" />
|
|
<ClCompile Include="src\vmutils.cpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |