mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
16 lines
531 B
C#
16 lines
531 B
C#
using SmartAssembly.Attributes;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyProduct("")]
|
|
[assembly: AssemblyTitle("iTunes")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: Guid("47b04f1c-c22d-4430-8873-f8756f226bb1")]
|
|
[assembly: AssemblyCopyright("")]
|
|
[assembly: AssemblyFileVersion("10.1.0.54")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: PoweredBy("Powered by SmartAssembly 6.1.0.48")]
|
|
[assembly: SuppressIldasm]
|
|
[assembly: AssemblyVersion("10.1.0.54")]
|