| Trees | Indices | Help |
|
|---|
|
|
Scan for a bunch of pointers at the same time.
This scanner takes advantage of the fact that usually the most significant bytes of a group of pointers is the same. This common part is scanned for first, thereby taking advantage of the scanner skippers.
| 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 | |
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 |
Creates the Pointer Scanner.
Args:
pointers: A list of Pointer objects, or simply memory addresses. This
scanner finds direct references to these addresses in memory.
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:27 2017 | http://epydoc.sourceforge.net |