mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-07 07:21:58 +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")]
|