mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 21:35:27 +00:00
34 lines
1.4 KiB
C#
34 lines
1.4 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: .
|
|||
|
// Assembly: AudioHD, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: A79492AA-5FAA-4ED2-ACC6-3D90AD665D99
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan-Dropper.Win32.Sysn.awyx-36fae8d04bf5f7d873dd5aa10ad92403f80b9af8b6ef91319e70ea2c9c043024.exe
|
|||
|
|
|||
|
using System.Collections;
|
|||
|
using System.Reflection;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
using System.Runtime.InteropServices.CustomMarshalers;
|
|||
|
|
|||
|
namespace \u0003
|
|||
|
{
|
|||
|
[Guid("03DFA498-BD30-467B-9E41-B69F8DD252AF")]
|
|||
|
[DefaultMember("Item")]
|
|||
|
[ComImport]
|
|||
|
public interface \u0007 : IEnumerable
|
|||
|
{
|
|||
|
int Count { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] get; }
|
|||
|
|
|||
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|||
|
[return: MarshalAs(UnmanagedType.IDispatch)]
|
|||
|
object Item([In] int Index);
|
|||
|
|
|||
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|||
|
void \u0003([MarshalAs(UnmanagedType.IDispatch), In] object pMContact);
|
|||
|
|
|||
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|||
|
[return: MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof (EnumeratorToEnumVariantMarshaler))]
|
|||
|
new IEnumerator GetEnumerator();
|
|||
|
}
|
|||
|
}
|