| Trees | Indices | Help |
|
|---|
|
|
Detect a linux kernel from its banner text.
| Nested Classes | |
|
find_dtb_impl A scanner for DTB values. |
|
|
__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) |
|
LINUX_TEMPLATE = re.compile(r'Linux version
|
|
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 |
Returns a list of keywords which will be searched. Each time the keyword is matched, this instance will be called to attempt detection.
|
Gets called for each hit. If a profile matches, return it, otherwise None.
|
|
|
| Class Variable Details |
LINUX_TEMPLATE
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:16 2017 | http://epydoc.sourceforge.net |