| Trees | Indices | Help |
|
|---|
|
|
Apply the windows index to detect the profile.
| Nested Classes | |
|
find_dtb_impl A plugin to search for the Directory Table Base for windows systems. |
|
|
__metaclass__ Automatic Plugin Registration through metaclasses. (Inherited from rekall.plugins.guess_profile.DetectionMethod) |
|
|
top_level_class A baseclass to implement autodetection methods. (Inherited from rekall.plugins.guess_profile.DetectionMethod) |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
| Class Variables | |
name = hash(x) |
|
classes =
(Inherited from rekall.plugins.guess_profile.DetectionMethod)
|
|
classes_by_name =
(Inherited from rekall.plugins.guess_profile.DetectionMethod)
|
|
order = 100
(Inherited from rekall.plugins.guess_profile.DetectionMethod)
|
|
plugin_feature =
(Inherited from rekall.plugins.guess_profile.DetectionMethod)
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
We trigger when we see some common windows processes. Since all windows processes also map the kernel we can detect it.
|
Return a list of offsets we care about.
|
Verify this address space. Checks that the _KUSER_SHARED_DATA makes sense. This structure is always at a known offset since it must be shared with user space apps. |
Verify this address space. Checks that the _KUSER_SHARED_DATA makes sense. This structure is always at a known offset since it must be shared with user space apps. |
Gets called for each hit. If a profile matches, return it, otherwise None.
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:16 2017 | http://epydoc.sourceforge.net |