C# Class AnalysisEngine.Utilities

Datei anzeigen Open project: rvazarkar/antipwny

Public Methods

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

Private Methods

Method 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 method

public static GetCmdArguments ( Process p ) : string
p System.Diagnostics.Process
return string

IndexOf() public static method

public static IndexOf ( byte Haystack, byte Needle ) : long
Haystack byte
Needle byte
return long

scanJava() public static method

public static scanJava ( Process p ) : bool
p System.Diagnostics.Process
return bool

scanProcess() public static method

public static scanProcess ( Process p ) : bool
p System.Diagnostics.Process
return bool