mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
27 lines
850 B
C#
27 lines
850 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: INetFwServices
|
|
// Assembly: PMSInstallInit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 1143B458-69F7-4F72-9059-A13F9AB730BC
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Virus.Win32.Sality.sil-66a8bf80b7d1c03c218a77899ddc10c75b21c3784127eb96343f22ad5b31b4d6.exe
|
|
|
|
using System.Collections;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[TypeLibType(4160)]
|
|
[Guid("79649BB4-903E-421B-94C9-79848E79F6EE")]
|
|
[ComImport]
|
|
public interface INetFwServices : IEnumerable
|
|
{
|
|
[DispId(1)]
|
|
int Count { [DispId(1)] get; }
|
|
|
|
[DispId(2)]
|
|
[return: MarshalAs(UnmanagedType.Interface)]
|
|
INetFwService Item([In] NET_FW_SERVICE_TYPE_ svcType);
|
|
|
|
[DispId(-4)]
|
|
[TypeLibFunc(1)]
|
|
[return: MarshalAs(UnmanagedType.CustomMarshaler)]
|
|
new IEnumerator GetEnumerator();
|
|
}
|