mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
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")]
|