Home | Trees | Indices | Help |
|
---|
|
Text pattern.
|
|||
|
|||
|
|||
tuple( int, int, str ) |
|
||
|
|||
tuple( int, int ) |
|
||
Inherited from |
|
|||
bool |
caseSensitiveTrue of the search is case sensitive, False
otherwise.
|
||
str |
encoding Encoding for the text parameter. |
||
bool |
isUnicodeTrue if the text to search for is a unicode string,
False otherwise.
|
||
int |
length Length of the byte pattern. (Inherited from winappdbg.search.BytePattern) |
||
str |
pattern Byte string to search for. (Inherited from winappdbg.search.BytePattern) |
|
|||
Inherited from |
|
Class constructor. The only mandatory argument should be the pattern string. This method MUST be reimplemented by subclasses of Pattern.
|
Reads the requested number of bytes from the process memory at the given address. Subclasses of Pattern tipically don't need to reimplement this method.
|
This method gets called when a match is found. This allows subclasses of Pattern to filter out unwanted results, or modify the results before giving them to the caller of Search.search_process. If the return value is Subclasses of Pattern don't need to reimplement this method unless filtering is needed.
|
|
encodingEncoding for the text parameter. Only used when the text to search for is a Unicode string. Don't change unless you know what you're doing!
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:55 2013 | http://epydoc.sourceforge.net |