mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-25 21:05:28 +00:00
f2ac1ece55
add
16 lines
565 B
C#
16 lines
565 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyDescription("RedLions Binder stub")]
|
|
[assembly: AssemblyTitle("Random")]
|
|
[assembly: Guid("7a372557-d889-4df6-8495-e44dd22e054c")]
|
|
[assembly: AssemblyProduct("HackForums RedLions.")]
|
|
[assembly: AssemblyCompany("Sup Inc.,")]
|
|
[assembly: AssemblyCopyright("Java Inc.,")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
[assembly: SuppressIldasm]
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|