:py:mod:`dissect.target.loaders.xva` ==================================== .. py:module:: dissect.target.loaders.xva Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.target.loaders.xva.XvaLoader .. py:class:: XvaLoader(path, **kwargs) Bases: :py:obj:`dissect.target.loader.Loader` Load Citrix Hypervisor XVA format files. .. rubric:: References - https://docs.citrix.com/en-us/citrix-hypervisor/vms/import-export.html#xva-format .. py:method:: detect(path) :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) Maps the loaded path into a ``Target``. :param target: The target that we're mapping into.