volatility3.framework.layers.scanners.multiregexp module

class MultiRegexp[source]

Bases: object

Algorithm for multi-string matching.

add_pattern(pattern)[source]
Return type:

None

preprocess()[source]
Return type:

None

search(haystack)[source]
Return type:

Generator[Tuple[int, bytes], None, None]