Package rekall :: Module addrspace
[frames] | no frames]

Module addrspace

source code


Author: AAron Walters

License: GNU General Public License 2.0 or later

Contact: awalters@volatilesystems.com

Organization: Volatile Systems

Alias for all address spaces

Classes
  Zeroer
  TranslationLookasideBuffer
An implementation of a TLB.
  Run
A container for runs.
  BaseAddressSpace
This is the base class of all Address Spaces.
  BufferAddressSpace
Specialized address space for internal use.
  CachingAddressSpaceMixIn
  PagedReader
An address space which reads in page size.
  RunBasedAddressSpace
An address space which uses a list of runs to specify a mapping.
  Error
Address space errors.
  ASAssertionError
The address space failed to instantiate.
  AddrSpaceError
Address Space Exception.
Variables
  ZEROER = Zeroer()
  __package__ = 'rekall'