| Trees | Indices | Help | 
 | 
|---|
|  | 
 
Represents a class or struct.
| Nested Classes | |
| __metaclass__ Give each object a unique ID. (Inherited from rekall.obj.BaseObject) | |
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Class Methods | |||
| 
 | |||
| Class Variables | |
| obj_name = <No name>(Inherited from rekall.obj.BaseObject) | |
| obj_parent = <No parent>(Inherited from rekall.obj.BaseObject) | |
| obj_producers = Nonehash(x) (Inherited from rekall.obj.BaseObject) | |
| Properties | |
| obj_size Our size is the end of the object plus any padding. | |
| obj_end | |
| indices Returns (usually 1) representation(s) of self usable as dict keys. (Inherited from rekall.obj.Struct) | |
| parents Returns all the parents of this object. (Inherited from rekall.obj.BaseObject) | |
| Inherited from  | |
| Method Details | 
| 
 
This must be instantiated with a dict of members. The keys
are the offsets, the values are Curried Object classes that
will be instantiated when accessed.
Args:
   members: A dict of callables to use for retrieving each member. (Key
     is member name, value is a callable). Normally these are populated
     by the profile system
   struct_size: The size of this struct if known (Can be None).
 | 
| 
 Returns the vtype data structure defining this element. Returns: a tuple, the first element is the target name, the second is the dict of the target_args. | 
| Property Details | 
| obj_sizeOur size is the end of the object plus any padding. 
 | 
| obj_end
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:58 2017 | http://epydoc.sourceforge.net |