C# Class AnalysisEngine.Utilities

Afficher le fichier Open project: rvazarkar/antipwny

Méthodes publiques

Méthode Description
GetCmdArguments ( Process p ) : string
IndexOf ( byte Haystack, byte Needle ) : long
scanJava ( Process p ) : bool
scanProcess ( Process p ) : bool

Private Methods

Méthode Description
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ lpBuffer, int dwSize, IntPtr lpNumberOfBytesRead ) : bool
VirtualQueryEx ( IntPtr hProcess, IntPtr lpAddress, MEMORY_BASIC_INFORMATION &lpBuffer, uint dwLength ) : Int32
VirtualQueryEx ( IntPtr hProcess, IntPtr lpAddress, MEMORY_BASIC_INFORMATION &lpBuffer, int dwLength ) : int
timeBeginPeriod ( uint period ) : uint
timeEndPeriod ( uint period ) : uint

Method Details

GetCmdArguments() public static méthode

public static GetCmdArguments ( Process p ) : string
p System.Diagnostics.Process
Résultat string

IndexOf() public static méthode

public static IndexOf ( byte Haystack, byte Needle ) : long
Haystack byte
Needle byte
Résultat long

scanJava() public static méthode

public static scanJava ( Process p ) : bool
p System.Diagnostics.Process
Résultat bool

scanProcess() public static méthode

public static scanProcess ( Process p ) : bool
p System.Diagnostics.Process
Résultat bool