mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
38 lines
1.2 KiB
C#
38 lines
1.2 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: INetFwService
|
|
// 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.Runtime.InteropServices;
|
|
|
|
[TypeLibType(4160)]
|
|
[Guid("79FD57C8-908E-4A36-9888-D5B3F0A444CF")]
|
|
[ComImport]
|
|
public interface INetFwService
|
|
{
|
|
[DispId(1)]
|
|
string Name { [DispId(1)] [return: MarshalAs(UnmanagedType.BStr)] get; }
|
|
|
|
[DispId(2)]
|
|
NET_FW_SERVICE_TYPE_ Type { [DispId(2)] get; }
|
|
|
|
[DispId(3)]
|
|
bool Customized { [DispId(3)] get; }
|
|
|
|
[DispId(4)]
|
|
NET_FW_IP_VERSION_ IpVersion { [DispId(4)] get; [DispId(4)] set; }
|
|
|
|
[DispId(5)]
|
|
NET_FW_SCOPE_ Scope { [DispId(5)] get; [DispId(5)] set; }
|
|
|
|
[DispId(6)]
|
|
string RemoteAddresses { [DispId(6)] [return: MarshalAs(UnmanagedType.BStr)] get; [DispId(6)] set; }
|
|
|
|
[DispId(7)]
|
|
bool Enabled { [DispId(7)] get; [DispId(7)] set; }
|
|
|
|
[DispId(8)]
|
|
INetFwOpenPorts GloballyOpenPorts { [DispId(8)] [return: MarshalAs(UnmanagedType.Interface)] get; }
|
|
}
|