mirror of https://github.com/x64dbg/zydis
				
				
				
			
		
			
				
	
	
		
			226 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			226 lines
		
	
	
		
			12 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|Win32">
 | 
						|
      <Configuration>Debug</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Debug|x64">
 | 
						|
      <Configuration>Debug</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release|Win32">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release|x64">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
  </ItemGroup>
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{45BD58A5-1711-417f-99E7-B640C56F8009}</ProjectGuid>
 | 
						|
    <TemplateGuid>{1bc93793-694f-48fe-9372-81e2b05556fd}</TemplateGuid>
 | 
						|
    <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
 | 
						|
    <Configuration>Release</Configuration>
 | 
						|
    <Platform Condition="'$(Platform)' == ''">x64</Platform>
 | 
						|
    <RootNamespace>$(MSBuildProjectName)</RootNamespace>
 | 
						|
    <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
						|
    <TargetVersion>Windows7</TargetVersion>
 | 
						|
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
						|
    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 | 
						|
    <ConfigurationType>Driver</ConfigurationType>
 | 
						|
    <DriverType>WDM</DriverType>
 | 
						|
    <SupportsPackaging>false</SupportsPackaging>
 | 
						|
    <DriverTargetPlatform>Desktop</DriverTargetPlatform>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
						|
    <TargetVersion>Windows7</TargetVersion>
 | 
						|
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
						|
    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 | 
						|
    <ConfigurationType>Driver</ConfigurationType>
 | 
						|
    <DriverType>WDM</DriverType>
 | 
						|
    <SupportsPackaging>false</SupportsPackaging>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <DriverTargetPlatform>Desktop</DriverTargetPlatform>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
						|
    <TargetVersion>Windows7</TargetVersion>
 | 
						|
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
						|
    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 | 
						|
    <ConfigurationType>Driver</ConfigurationType>
 | 
						|
    <DriverType>WDM</DriverType>
 | 
						|
    <SupportsPackaging>false</SupportsPackaging>
 | 
						|
    <DriverTargetPlatform>Desktop</DriverTargetPlatform>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
						|
    <TargetVersion>Windows7</TargetVersion>
 | 
						|
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
						|
    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 | 
						|
    <ConfigurationType>Driver</ConfigurationType>
 | 
						|
    <DriverType>WDM</DriverType>
 | 
						|
    <SupportsPackaging>false</SupportsPackaging>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <DriverTargetPlatform>Desktop</DriverTargetPlatform>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Label="ExtensionSettings">
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup 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 Label="PropertySheets">
 | 
						|
    <DisableProductionSignDebugWarnings>true</DisableProductionSignDebugWarnings>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 | 
						|
    <TimeStampServer />
 | 
						|
    <OutDir>$(SolutionDir)bin\</OutDir>
 | 
						|
    <IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | 
						|
    <EnableInf2cat>false</EnableInf2cat>
 | 
						|
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 | 
						|
    <TimeStampServer />
 | 
						|
    <OutDir>$(SolutionDir)bin\</OutDir>
 | 
						|
    <IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | 
						|
    <EnableInf2cat>false</EnableInf2cat>
 | 
						|
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 | 
						|
    <TimeStampServer />
 | 
						|
    <OutDir>$(SolutionDir)bin\</OutDir>
 | 
						|
    <IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | 
						|
    <EnableInf2cat>false</EnableInf2cat>
 | 
						|
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 | 
						|
    <TimeStampServer />
 | 
						|
    <OutDir>$(SolutionDir)bin\</OutDir>
 | 
						|
    <IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | 
						|
    <EnableInf2cat>false</EnableInf2cat>
 | 
						|
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <PreprocessorDefinitions>ZYDIS_NO_LIBC;ZYDIS_STATIC_DEFINE;POOL_NX_OPTIN;_X86_=1;i386=1;STD_CALL;DBG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AdditionalOptions>/Gw /kernel</AdditionalOptions>
 | 
						|
      <DiagnosticsFormat>Caret</DiagnosticsFormat>
 | 
						|
      <AdditionalIncludeDirectories>$(SolutionDir)../include;$(SolutionDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <AdditionalOptions>/NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
 | 
						|
      <Profile>false</Profile>
 | 
						|
      <RandomizedBaseAddress>true</RandomizedBaseAddress>
 | 
						|
      <DataExecutionPrevention>true</DataExecutionPrevention>
 | 
						|
      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | 
						|
      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
 | 
						|
      <Version>6.1</Version>
 | 
						|
      <AdditionalDependencies>Zydis.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib</AdditionalDependencies>
 | 
						|
      <EntryPointSymbol>DriverEntry@8</EntryPointSymbol>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <PreprocessorDefinitions>ZYDIS_NO_LIBC;ZYDIS_STATIC_DEFINE;POOL_NX_OPTIN;_X86_=1;i386=1;STD_CALL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AdditionalOptions>/Gw /kernel</AdditionalOptions>
 | 
						|
      <DiagnosticsFormat>Caret</DiagnosticsFormat>
 | 
						|
      <AdditionalIncludeDirectories>$(SolutionDir)../include;$(SolutionDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
      <OmitFramePointers>true</OmitFramePointers>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
						|
      <ControlFlowGuard>false</ControlFlowGuard>
 | 
						|
      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
 | 
						|
      <EntryPointSymbol>DriverEntry@8</EntryPointSymbol>
 | 
						|
      <AdditionalOptions>/NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
 | 
						|
      <Profile>false</Profile>
 | 
						|
      <RandomizedBaseAddress>true</RandomizedBaseAddress>
 | 
						|
      <DataExecutionPrevention>true</DataExecutionPrevention>
 | 
						|
      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | 
						|
      <AdditionalDependencies>Zydis.lib;%(AdditionalDependencies);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib</AdditionalDependencies>
 | 
						|
      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
 | 
						|
      <Version>6.1</Version>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <PreprocessorDefinitions>ZYDIS_NO_LIBC;ZYDIS_STATIC_DEFINE;POOL_NX_OPTIN;_WIN64;_AMD64_;AMD64;DBG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AdditionalOptions>/Gw /kernel</AdditionalOptions>
 | 
						|
      <DiagnosticsFormat>Caret</DiagnosticsFormat>
 | 
						|
      <AdditionalIncludeDirectories>$(SolutionDir)../include;$(SolutionDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <AdditionalOptions>/NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
 | 
						|
      <Profile>false</Profile>
 | 
						|
      <RandomizedBaseAddress>true</RandomizedBaseAddress>
 | 
						|
      <DataExecutionPrevention>true</DataExecutionPrevention>
 | 
						|
      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | 
						|
      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
 | 
						|
      <Version>6.1</Version>
 | 
						|
      <AdditionalDependencies>Zydis.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib</AdditionalDependencies>
 | 
						|
      <EntryPointSymbol>DriverEntry</EntryPointSymbol>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <PreprocessorDefinitions>ZYDIS_NO_LIBC;ZYDIS_STATIC_DEFINE;POOL_NX_OPTIN;_WIN64;_AMD64_;AMD64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AdditionalOptions>/Gw /kernel</AdditionalOptions>
 | 
						|
      <DiagnosticsFormat>Caret</DiagnosticsFormat>
 | 
						|
      <AdditionalIncludeDirectories>$(SolutionDir)../include;$(SolutionDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
      <OmitFramePointers>true</OmitFramePointers>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
						|
      <ControlFlowGuard>false</ControlFlowGuard>
 | 
						|
      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
 | 
						|
      <EntryPointSymbol>DriverEntry</EntryPointSymbol>
 | 
						|
      <AdditionalOptions>/NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
 | 
						|
      <Profile>false</Profile>
 | 
						|
      <RandomizedBaseAddress>true</RandomizedBaseAddress>
 | 
						|
      <DataExecutionPrevention>true</DataExecutionPrevention>
 | 
						|
      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | 
						|
      <AdditionalDependencies>Zydis.lib;%(AdditionalDependencies);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib</AdditionalDependencies>
 | 
						|
      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
 | 
						|
      <Version>6.1</Version>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Inf Exclude="@(Inf)" Include="*.inf" />
 | 
						|
    <FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="..\..\examples\ZydisWinKernel.c" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="..\..\include\Zydis\CommonTypes.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\Defines.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\MetaInfo.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\Mnemonic.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\Register.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\SharedTypes.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\Status.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\Utils.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\Zydis.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\Decoder.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\DecoderTypes.h" />
 | 
						|
    <ClInclude Include="..\..\include\Zydis\Formatter.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |