| Trees | Indices | Help |
|
|---|
|
|
MemoryMap with colors assigned based on heat.
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
| Class Variables | |
caption =
(Inherited from rekall.plugins.renderers.visual_aides.MemoryMap)
|
|
column_headers = Nonehash(x) (Inherited from rekall.plugins.renderers.visual_aides.MemoryMap) |
|
greyscale = False
(Inherited from rekall.plugins.renderers.visual_aides.MemoryMap)
|
|
legend = Nonehash(x) (Inherited from rekall.plugins.renderers.visual_aides.MemoryMap) |
|
row_headers = Nonehash(x) (Inherited from rekall.plugins.renderers.visual_aides.MemoryMap) |
|
rows = Nonehash(x) (Inherited from rekall.plugins.renderers.visual_aides.MemoryMap) |
|
| Properties | |
| cells (Inherited from rekall.plugins.renderers.visual_aides.MemoryMap) | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Build a heatmap from a collection of hits falling into buckets.
Returns instance of HeatMap with only rows set. Caller should set
row_headers, column_headers, caption, legend and greyscale as desired.
Arguments:
==========
hits: List of addresses where something hit.
bucket_size: Size of each bucket to divide hits up between.
ceiling (optional): Max number of hits per bucket. If not given
will be determined. The ceiling isn't enforced -
exceeding cells will appear as such.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:45 2017 | http://epydoc.sourceforge.net |