DLL now has persistance, Loader deletes itself after extracting dll and creating persistance

This commit is contained in:
hellisabove
2023-07-03 20:15:14 +03:00
parent 9f4a57720b
commit e99cfca22a
22 changed files with 64 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">