dissect.target.loaders.ad1

Module Contents

Classes

AD1Loader

Access Data .ad loader.

class dissect.target.loaders.ad1.AD1Loader(path: pathlib.Path, *, parsed_path: urllib.parse.ParseResult | None = None, resolve: bool = True, **kwargs)

Bases: dissect.target.loader.Loader

Access Data .ad loader.

static detect(path: pathlib.Path) bool

Detects wether this Loader class can load this specific path.

Parameters:

path – The target path to check.

Returns:

True if the path can be loaded by a Loader instance. False otherwise.

map(target: dissect.target.target.Target) None

Map the detected segment files as an AD1Filesystem to the target.

Currently does not detect NTFS / case-insensitive filesystems or custom content images with multiple sources.