C# 클래스 AnalysisEngine.Utilities

파일 보기 프로젝트 열기: rvazarkar/antipwny

공개 메소드들

메소드 설명
GetCmdArguments ( Process p ) : string
IndexOf ( byte Haystack, byte Needle ) : long
scanJava ( Process p ) : bool
scanProcess ( Process p ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

GetCmdArguments() 공개 정적인 메소드

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

IndexOf() 공개 정적인 메소드

public static IndexOf ( byte Haystack, byte Needle ) : long
Haystack byte
Needle byte
리턴 long

scanJava() 공개 정적인 메소드

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

scanProcess() 공개 정적인 메소드

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