Делаю загрузчик трояна
This commit is contained in:
@@ -111,9 +111,9 @@
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableUAC>false</EnableUAC>
|
||||
<UACExecutionLevel>AsInvoker</UACExecutionLevel>
|
||||
<UACExecutionLevel>HighestAvailable</UACExecutionLevel>
|
||||
<AllowIsolation>false</AllowIsolation>
|
||||
<UACUIAccess>false</UACUIAccess>
|
||||
<UACUIAccess>true</UACUIAccess>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>false</DataExecutionPrevention>
|
||||
<AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@@ -158,9 +158,9 @@
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableUAC>false</EnableUAC>
|
||||
<UACExecutionLevel>AsInvoker</UACExecutionLevel>
|
||||
<UACExecutionLevel>HighestAvailable</UACExecutionLevel>
|
||||
<AllowIsolation>false</AllowIsolation>
|
||||
<UACUIAccess>false</UACUIAccess>
|
||||
<UACUIAccess>true</UACUIAccess>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>false</DataExecutionPrevention>
|
||||
<AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@@ -198,9 +198,9 @@
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableUAC>false</EnableUAC>
|
||||
<UACExecutionLevel>AsInvoker</UACExecutionLevel>
|
||||
<UACExecutionLevel>HighestAvailable</UACExecutionLevel>
|
||||
<AllowIsolation>false</AllowIsolation>
|
||||
<UACUIAccess>false</UACUIAccess>
|
||||
<UACUIAccess>true</UACUIAccess>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>false</DataExecutionPrevention>
|
||||
<AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@@ -245,9 +245,9 @@
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableUAC>false</EnableUAC>
|
||||
<UACExecutionLevel>AsInvoker</UACExecutionLevel>
|
||||
<UACExecutionLevel>HighestAvailable</UACExecutionLevel>
|
||||
<AllowIsolation>false</AllowIsolation>
|
||||
<UACUIAccess>false</UACUIAccess>
|
||||
<UACUIAccess>true</UACUIAccess>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>false</DataExecutionPrevention>
|
||||
<AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
||||
|
||||
Reference in New Issue
Block a user