dissect.ffs#

Submodules#

Package Contents#

Classes#

FFS

exception dissect.ffs.Error#

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.ffs.FileNotFoundError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ffs.NotADirectoryError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ffs.NotASymlinkError#

Bases: Error

Common base class for all non-exit exceptions.

class dissect.ffs.FFS(fh)#
static read_sb(fh, offset)#
cylinder_group(num)#
cylinder_groups()#
inode(inum, name=None, filetype=None, parent=None)#
get(path, node=None)#
iter_inodes()#