added a new way to obfuscate printf calls (and others!)

This commit is contained in:
Aéna Aria 2026-02-24 13:36:48 +01:00
parent 1ac7741176
commit 3be58984ac
5 changed files with 52 additions and 4 deletions

View file

@ -130,6 +130,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="encryption.h" />
<ClInclude Include="functions.h" />
<ClInclude Include="lonesha256.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
@ -137,6 +138,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="encryption.cpp" />
<ClCompile Include="functions.cpp" />
<ClCompile Include="Malware.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>