dissect.target.filesystems.vmtar¶
Module Contents¶
Classes¶
Filesystem implementation for tar files. |
- class dissect.target.filesystems.vmtar.VmtarFilesystem(fh: BinaryIO, base: str | None = None, *args, **kwargs)¶
Bases:
dissect.target.filesystems.tar.TarFilesystemFilesystem implementation for tar files.
- __type__ = 'vmtar'¶
A short string identifying the type of filesystem.