C# 클래스 PatternFinder.Pattern

파일 보기 프로젝트 열기: mrexodia/PatternFinder 1 사용 예제들

공개 메소드들

메소드 설명
Find ( byte data, Byte pattern ) : bool
Find ( byte data, Byte pattern, long &offsetFound ) : bool
Format ( string pattern ) : string
Scan ( byte data, Signature signatures ) : Signature[]
Transform ( string pattern ) : Byte[]

비공개 메소드들

메소드 설명
hexChToInt ( char ch ) : int
matchByte ( byte b, Byte &p ) : bool

메소드 상세

Find() 공개 정적인 메소드

public static Find ( byte data, Byte pattern ) : bool
data byte
pattern Byte
리턴 bool

Find() 공개 정적인 메소드

public static Find ( byte data, Byte pattern, long &offsetFound ) : bool
data byte
pattern Byte
offsetFound long
리턴 bool

Format() 공개 정적인 메소드

public static Format ( string pattern ) : string
pattern string
리턴 string

Scan() 공개 정적인 메소드

public static Scan ( byte data, Signature signatures ) : Signature[]
data byte
signatures Signature
리턴 Signature[]

Transform() 공개 정적인 메소드

public static Transform ( string pattern ) : Byte[]
pattern string
리턴 Byte[]