Package rekall :: Package plugins :: Package overlays :: Package linux :: Module vfs :: Class File
[frames] | no frames]

Class File

source code


Represents a Linux file.

Instance Methods
 
__init__(self, filename=None, mountpoint=None, dentry=None, is_root=False, session=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
GetPage(self, page_index) source code
 
walk(self, recursive=False, unallocated=False) source code
 
__eq__(self, other) source code
 
is_directory(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  fullpath
  name
  size
  extents
Returns a list of ranges for which we have data in memory.

Inherited from object: __class__

Method Details

__init__(self, filename=None, mountpoint=None, dentry=None, is_root=False, session=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details

fullpath

Get Method:
unreachable.fullpath(self)

name

Get Method:
unreachable.name(self)

size

Get Method:
unreachable.size(self)

extents

Returns a list of ranges for which we have data in memory.

Get Method:
unreachable.extents(self) - Returns a list of ranges for which we have data in memory.