mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 03:16: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: SuppressIldasm]
|
|
[assembly: PoweredBy("Powered by {smartassembly}")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
[assembly: Guid("30435f16-b90a-489a-ac88-75daf277f773")]
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|