Делаю загрузчик трояна

This commit is contained in:
Данил
2024-09-03 20:30:55 +07:00
parent a5bc6af93b
commit 464c7094c9
53 changed files with 66 additions and 55 deletions
+8 -8
View File
@@ -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>