mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
14 lines
488 B
C#
14 lines
488 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: NET_FW_SCOPE_
|
|
// 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
|
|
|
|
public enum NET_FW_SCOPE_
|
|
{
|
|
NET_FW_SCOPE_ALL,
|
|
NET_FW_SCOPE_LOCAL_SUBNET,
|
|
NET_FW_SCOPE_CUSTOM,
|
|
NET_FW_SCOPE_MAX,
|
|
}
|