mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 03:16:11 +00:00
f2ac1ece55
add
28 lines
687 B
C#
28 lines
687 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: SevenZip.CoderPropID
|
|
// Assembly: crypted, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 316F25AB-9DC5-41B1-B1CB-0BB9D97AEA6A
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan-Ransom.Win32.Gimemo.ayt-7cb020d260d835f80919399a58563918f73757689e39ba851e89cc00a05535da.exe
|
|
|
|
namespace SevenZip
|
|
{
|
|
public enum CoderPropID
|
|
{
|
|
DefaultProp,
|
|
DictionarySize,
|
|
UsedMemorySize,
|
|
Order,
|
|
BlockSize,
|
|
PosStateBits,
|
|
LitContextBits,
|
|
LitPosBits,
|
|
NumFastBytes,
|
|
MatchFinder,
|
|
MatchFinderCycles,
|
|
NumPasses,
|
|
Algorithm,
|
|
NumThreads,
|
|
EndMarker,
|
|
}
|
|
}
|