added a new way to obfuscate printf calls (and others!)
This commit is contained in:
parent
1ac7741176
commit
3be58984ac
5 changed files with 52 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue