mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
8 lines
218 B
C#
8 lines
218 B
C#
|
using SmartAssembly.Attributes;
|
|||
|
using System.Reflection;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
|
|||
|
[assembly: SuppressIldasm]
|
|||
|
[assembly: PoweredBy("Powered by {smartassembly}")]
|
|||
|
[assembly: AssemblyVersion("0.0.0.0")]
|