:py:mod:`dissect.target.loaders.ad1` ==================================== .. py:module:: dissect.target.loaders.ad1 Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.target.loaders.ad1.AD1Loader .. py:class:: AD1Loader(path: pathlib.Path, *, parsed_path: urllib.parse.ParseResult | None = None, resolve: bool = True, **kwargs) Bases: :py:obj:`dissect.target.loader.Loader` Access Data ``.ad`` loader. .. py:method:: detect(path: pathlib.Path) -> bool :staticmethod: Detects wether this ``Loader`` class can load this specific ``path``. :param path: The target path to check. :returns: ``True`` if the ``path`` can be loaded by a ``Loader`` instance. ``False`` otherwise. .. py:method:: map(target: dissect.target.target.Target) -> None Map the detected segment files as an :class:`AD1Filesystem` to the target. Currently does not detect NTFS / case-insensitive filesystems or custom content images with multiple sources.