mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 05:15:28 +00:00
17 lines
764 B
C#
17 lines
764 B
C#
|
using System.Reflection;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
using System.Security.Permissions;
|
|||
|
|
|||
|
[assembly: AssemblyTitle("mute")]
|
|||
|
[assembly: AssemblyConfiguration("")]
|
|||
|
[assembly: AssemblyCompany("air")]
|
|||
|
[assembly: AssemblyDescription("")]
|
|||
|
[assembly: AssemblyProduct("mute")]
|
|||
|
[assembly: AssemblyCopyright("Copyright © air 2010")]
|
|||
|
[assembly: AssemblyTrademark("")]
|
|||
|
[assembly: ComVisible(false)]
|
|||
|
[assembly: Guid("88bfcd0a-bf33-474b-8188-e86f77d32965")]
|
|||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|||
|
[assembly: RegistryPermission(SecurityAction.RequestMinimum, Create = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", Write = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run")]
|