C# Класс trainer.ByteSearch

Allows for searching of patterns in an array of bytes.
Показать файл Открыть проект

Открытые методы

Метод Описание
ByteSearch ( string pattern ) : System

Match ( byte data ) : UInt32

Match an array of bytes against the pattern.

Match ( byte data, int size ) : UInt32

Match an array of bytes against the pattern.

Описание методов

ByteSearch() публичный Метод

public ByteSearch ( string pattern ) : System
pattern string
Результат System

Match() публичный Метод

Match an array of bytes against the pattern.
public Match ( byte data ) : UInt32
data byte
Результат System.UInt32

Match() публичный Метод

Match an array of bytes against the pattern.
public Match ( byte data, int size ) : UInt32
data byte
size int Size of the data
Результат System.UInt32