mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
11 lines
356 B
C#
11 lines
356 B
C#
using SmartAssembly.Attributes;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: PoweredBy("Powered by {smartassembly}")]
|
|
[assembly: SuppressIldasm]
|
|
[assembly: Guid("d8ed0cfd-2f50-437f-9336-eca298571eec")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|