mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
28 lines
687 B
C#
28 lines
687 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: SevenZip.CoderPropID
|
|||
|
// Assembly: P4CTEMP, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 7BE4E538-8555-4C2E-974B-99E556F5462C
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan-Ransom.Win32.Gimemo.ayt-624a52079bf1703bcd3bcc9d2d3716b6126fd05655e25289d19142f9aae02eb5.exe
|
|||
|
|
|||
|
namespace SevenZip
|
|||
|
{
|
|||
|
public enum CoderPropID
|
|||
|
{
|
|||
|
DefaultProp,
|
|||
|
DictionarySize,
|
|||
|
UsedMemorySize,
|
|||
|
Order,
|
|||
|
BlockSize,
|
|||
|
PosStateBits,
|
|||
|
LitContextBits,
|
|||
|
LitPosBits,
|
|||
|
NumFastBytes,
|
|||
|
MatchFinder,
|
|||
|
MatchFinderCycles,
|
|||
|
NumPasses,
|
|||
|
Algorithm,
|
|||
|
NumThreads,
|
|||
|
EndMarker,
|
|||
|
}
|
|||
|
}
|