Method | Description | |
---|---|---|
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[] |
Method | Description | |
---|---|---|
hexChToInt ( char ch ) : int | ||
matchByte ( byte b, Byte &p ) : bool |
public static Find ( byte data, Byte pattern ) : bool | ||
data | byte | |
pattern | Byte | |
return | bool |
public static Find ( byte data, Byte pattern, long &offsetFound ) : bool | ||
data | byte | |
pattern | Byte | |
offsetFound | long | |
return | bool |
public static Format ( string pattern ) : string | ||
pattern | string | |
return | string |
public static Scan ( byte data, Signature signatures ) : Signature[] | ||
data | byte | |
signatures | Signature | |
return | Signature[] |
public static Transform ( string pattern ) : Byte[] | ||
pattern | string | |
return | Byte[] |