mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-07 07:21:58 +00:00
9 lines
269 B
C#
9 lines
269 B
C#
![]() |
using SmartAssembly.Attributes;
|
|||
|
using System.Reflection;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
|
|||
|
[assembly: PoweredBy("Powered by SmartAssembly 6.5.2.21")]
|
|||
|
[assembly: AssemblyFileVersion("6.5.2.21")]
|
|||
|
[assembly: SuppressIldasm]
|
|||
|
[assembly: AssemblyVersion("0.0.0.0")]
|