mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-30 22:15:07 +00:00
f2ac1ece55
add
17 lines
631 B
C#
17 lines
631 B
C#
using SmartAssembly.Attributes;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyDescription("Hijack This")]
|
|
[assembly: AssemblyProduct("Hijack This")]
|
|
[assembly: AssemblyTitle("Hijack This")]
|
|
[assembly: AssemblyCompany("Trend Micro Inc")]
|
|
[assembly: AssemblyFileVersion("2.00.00.02")]
|
|
[assembly: Guid("47b04f1c-c22d-4430-8873-f8756f226bb1")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: AssemblyCopyright("© 2007 Trend Micro Inc")]
|
|
[assembly: PoweredBy("Powered by SmartAssembly 6.1.0.48")]
|
|
[assembly: SuppressIldasm]
|
|
[assembly: AssemblyVersion("2.0.0.2")]
|