mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 21:35:27 +00:00
15 lines
492 B
C#
15 lines
492 B
C#
|
using SmartAssembly.Attributes;
|
|||
|
using System.Reflection;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
[assembly: AssemblyProduct("")]
|
|||
|
[assembly: AssemblyCopyright("")]
|
|||
|
[assembly: ComVisible(false)]
|
|||
|
[assembly: AssemblyCompany("")]
|
|||
|
[assembly: AssemblyFileVersion("0.0.0.0")]
|
|||
|
[assembly: Guid("920c9d06-dc77-4228-b4c1-932d80158fc0")]
|
|||
|
[assembly: PoweredBy("Powered by SmartAssembly 5.5.0.153")]
|
|||
|
[assembly: SuppressIldasm]
|
|||
|
[assembly: AssemblyVersion("0.0.0.0")]
|