mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
44 lines
1.5 KiB
C#
44 lines
1.5 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: INetFwProfile
|
|
// 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("174A0DDA-E9F9-449D-993B-21AB667CA456")]
|
|
[ComImport]
|
|
public interface INetFwProfile
|
|
{
|
|
[DispId(1)]
|
|
NET_FW_PROFILE_TYPE_ Type { [DispId(1)] get; }
|
|
|
|
[DispId(2)]
|
|
bool FirewallEnabled { [DispId(2)] get; [DispId(2)] set; }
|
|
|
|
[DispId(3)]
|
|
bool ExceptionsNotAllowed { [DispId(3)] get; [DispId(3)] set; }
|
|
|
|
[DispId(4)]
|
|
bool NotificationsDisabled { [DispId(4)] get; [DispId(4)] set; }
|
|
|
|
[DispId(5)]
|
|
bool UnicastResponsesToMulticastBroadcastDisabled { [DispId(5)] get; [DispId(5)] set; }
|
|
|
|
[DispId(6)]
|
|
INetFwRemoteAdminSettings RemoteAdminSettings { [DispId(6)] [return: MarshalAs(UnmanagedType.Interface)] get; }
|
|
|
|
[DispId(7)]
|
|
INetFwIcmpSettings IcmpSettings { [DispId(7)] [return: MarshalAs(UnmanagedType.Interface)] get; }
|
|
|
|
[DispId(8)]
|
|
INetFwOpenPorts GloballyOpenPorts { [DispId(8)] [return: MarshalAs(UnmanagedType.Interface)] get; }
|
|
|
|
[DispId(9)]
|
|
INetFwServices Services { [DispId(9)] [return: MarshalAs(UnmanagedType.Interface)] get; }
|
|
|
|
[DispId(10)]
|
|
INetFwAuthorizedApplications AuthorizedApplications { [DispId(10)] [return: MarshalAs(UnmanagedType.Interface)] get; }
|
|
}
|