commit
16209ae931
@ -1,184 +0,0 @@
|
||||
<?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);$(ProjectDir)..\dependencies\zydis\msvc;$(ProjectDir)..\dependencies\zydis\dependencies\zycore\include;$(ProjectDir)..\include;$(ProjectDir)..\dependencies\zydis\include;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DBG|x64'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<IncludePath>$(ProjectDir);$(ProjectDir)..\dependencies\zydis\msvc;$(ProjectDir)..\dependencies\zydis\dependencies\zycore\include;$(ProjectDir)..\include;$(ProjectDir)..\dependencies\zydis\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>
|
||||
</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>
|
||||
</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>
|
||||
<ClCompile Include="calc_jmp.cpp" />
|
||||
<ClCompile Include="vmhandler.cpp" />
|
||||
<ClCompile Include="vminstrs.cpp" />
|
||||
<ClCompile Include="vmprofiles\add.cpp" />
|
||||
<ClCompile Include="vmprofiles\call.cpp" />
|
||||
<ClCompile Include="vmprofiles\div.cpp" />
|
||||
<ClCompile Include="vmprofiles\jmp.cpp" />
|
||||
<ClCompile Include="vmprofiles\lconst.cpp" />
|
||||
<ClCompile Include="vmprofiles\lflags.cpp" />
|
||||
<ClCompile Include="vmprofiles\lreg.cpp" />
|
||||
<ClCompile Include="vmprofiles\mul.cpp" />
|
||||
<ClCompile Include="vmprofiles\nand.cpp" />
|
||||
<ClCompile Include="vmprofiles\pushvsp.cpp" />
|
||||
<ClCompile Include="vmprofiles\read.cpp" />
|
||||
<ClCompile Include="vmprofiles\shl.cpp" />
|
||||
<ClCompile Include="vmprofiles\shr.cpp" />
|
||||
<ClCompile Include="vmprofiles\sreg.cpp" />
|
||||
<ClCompile Include="vmprofiles\vmexit.cpp" />
|
||||
<ClCompile Include="vmprofiles\write.cpp" />
|
||||
<ClCompile Include="vmutils.cpp" />
|
||||
</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="..\dependencies\zydis\msvc\ZycoreExportConfig.h" />
|
||||
<ClInclude Include="..\dependencies\zydis\msvc\ZydisExportConfig.h" />
|
||||
<ClInclude Include="..\include\transform.hpp" />
|
||||
<ClInclude Include="..\include\vmp2.hpp" />
|
||||
<ClInclude Include="..\include\vmprofiler.hpp" />
|
||||
<ClInclude Include="..\include\vmutils.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\dependencies\zydis\msvc\zydis\Zydis.vcxproj">
|
||||
<Project>{88a23124-5640-35a0-b890-311d7a67a7d2}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\.clang-format" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@ -0,0 +1,182 @@
|
||||
<?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;$(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;$(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>
|
||||
</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>
|
||||
</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\transform.hpp" />
|
||||
<ClInclude Include="include\vmp2.hpp" />
|
||||
<ClInclude Include="include\vmprofiler.hpp" />
|
||||
<ClInclude Include="include\vmutils.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include=".clang-format" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\calc_jmp.cpp" />
|
||||
<ClCompile Include="src\vmhandler.cpp" />
|
||||
<ClCompile Include="src\vminstrs.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>
|
Loading…
Reference in new issue