| Trees | Indices | Help | 
 | 
|---|
|  | 
 
| Nested Classes | |
| __metaclass__ Automatic Plugin Registration through metaclasses. (Inherited from rekall.addrspace.BaseAddressSpace) | |
| top_level_class This is the base class of all Address Spaces. (Inherited from rekall.addrspace.BaseAddressSpace) | |
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Class Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Class Variables | |
| CI_TYPE_MASK = 2147483648 | |
| CI_TYPE_SHIFT = 31 | |
| CI_TABLE_MASK = 2145386496 | |
| CI_TABLE_SHIFT = 21 | |
| CI_BLOCK_MASK = 2093056 | |
| CI_BLOCK_SHIFT = 12 | |
| CI_OFF_MASK = 4095 | |
| CI_OFF_SHIFT = 0 | |
| BLOCK_SIZE = 4096(Inherited from rekall.plugins.windows.registry.registry.HiveBaseAddressSpace) | |
| PAGE_MASK = -4096(Inherited from rekall.addrspace.PagedReader) | |
| PAGE_SIZE = 0x1000(Inherited from rekall.plugins.windows.registry.registry.HiveBaseAddressSpace) | |
| classes = (Inherited from rekall.addrspace.BaseAddressSpace) | |
| classes_by_name = (Inherited from rekall.addrspace.BaseAddressSpace) | |
| name = (Inherited from rekall.addrspace.BaseAddressSpace) | |
| order = 10(Inherited from rekall.addrspace.BaseAddressSpace) | |
| plugin_feature = (Inherited from rekall.addrspace.BaseAddressSpace) | |
| virtualized = False(Inherited from rekall.addrspace.BaseAddressSpace) | |
| volatile = False(Inherited from rekall.addrspace.BaseAddressSpace) | |
| Properties | |
| Name | |
| Inherited from  | |
| Method Details | 
| 
 Translate between hive addresses and virtual memory addresses. This must be constructed over the kernel virtual memory. Args: hive_addr: The virtual address of the _CMHIVE object. profile: A profile which holds registry symbols. 
 | 
| 
 Return the physical address of this virtual address. 
 | 
| 
 A generator of registry data in linear form. This can be used to write a registry file. Yields: blocks of data in order. | 
| 
 | 
| 
 | 
| Property Details | 
| Name
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:23 2017 | http://epydoc.sourceforge.net |