volatility.framework.layers.scanners package

class BytesScanner(needle)[source]

Bases: volatility.framework.interfaces.layers.ScannerInterface

property context
Return type

Optional[ContextInterface]

property layer_name
Return type

Optional[str]

thread_safe = True
class MultiStringScanner(patterns)[source]

Bases: volatility.framework.interfaces.layers.ScannerInterface

property context
Return type

Optional[ContextInterface]

property layer_name
Return type

Optional[str]

thread_safe = True
class RegExScanner(pattern, flags=0)[source]

Bases: volatility.framework.interfaces.layers.ScannerInterface

property context
Return type

Optional[ContextInterface]

property layer_name
Return type

Optional[str]

thread_safe = True