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

Module vfs

source code


Author: Michael Cohen

License: GNU General Public License 2.0 or later

Contact: scudette@gmail.com

Organization: Google Inc.

This file encapsulates various virtual file system operations for supported linux versions. The code is basically copied from the kernel sources of the relevant versions.

Classes
  File
Represents a Linux file.
  MountPoint
Represents a Linux mount point.
  FileName
An object to represent a filename.
  Linux3VFS
This is the implementation specific VFS operations.
  Linux26VFS
This is the implementation specific VFS operations.
Variables
  __package__ = 'rekall.plugins.overlays.linux'