mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
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")]
|