mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
13 lines
468 B
C#
13 lines
468 B
C#
|
using SmartAssembly.Attributes;
|
|||
|
using System.Reflection;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
[assembly: Guid("67f55d39-2450-4049-a426-9a18f8ccbf41")]
|
|||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|||
|
[assembly: AssemblyTitle("RC4STUB")]
|
|||
|
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
|
|||
|
[assembly: PoweredBy("Powered by {smartassembly}")]
|
|||
|
[assembly: AssemblyProduct("RC4STUB")]
|
|||
|
[assembly: AssemblyCompany("Microsoft")]
|
|||
|
[assembly: AssemblyVersion("1.0.0.0")]
|