| Trees | Indices | Help |
|
|---|
|
|
This scanner looks for a struct in memory.
Arguments:
expected_values:
Provide a list/tuple of dicts mapping member names to their
expected values. Each dict in the list you provide will correspond
to a struct at the same index in an array. If you're only looking
for a single struct, pass a list with only one dict in it.
type_name: Name of the type to scan for.
| Nested Classes | |
|
__metaclass__ Automatic Plugin Registration through metaclasses. (Inherited from rekall.scan.BaseScanner) |
|
|
top_level_class Base class for all scanners. (Inherited from rekall.scan.BaseScanner) |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
| Class Variables | |
type_name = Nonehash(x) |
|
prototype = Nonehash(x) |
|
expected_values = Nonehash(x) |
|
checks =
(Inherited from rekall.scan.BaseScanner)
|
|
classes =
(Inherited from rekall.scan.BaseScanner)
|
|
classes_by_name =
(Inherited from rekall.scan.BaseScanner)
|
|
overlap = 1024
(Inherited from rekall.scan.BaseScanner)
|
|
plugin_feature =
(Inherited from rekall.scan.BaseScanner)
|
|
progress_message =
(Inherited from rekall.scan.BaseScanner)
|
|
| Properties | |
|
Inherited from |
| Method Details |
The base scanner. Args: profile: The profile to use for this scan. address_space: The address space we use for scanning. window_size: The size of the overlap window between each buffer read.
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:26 2017 | http://epydoc.sourceforge.net |