dissect.target.loaders.asdf
¶
Module Contents¶
Classes¶
Load an ASDF target. |
- class dissect.target.loaders.asdf.AsdfLoader(path: pathlib.Path, **kwargs)¶
Bases:
dissect.target.loader.Loader
Load an ASDF target.
- METADATA_PREFIX = '$asdf$'¶
- path¶
- asdf¶
- static detect(path) bool ¶
Detects wether this
Loader
class can load this specificpath
.- Parameters:
path – The target path to check.
- Returns:
True
if thepath
can be loaded by aLoader
instance.False
otherwise.
- map(target: dissect.target.Target) None ¶
Maps the loaded path into a
Target
.- Parameters:
target – The target that we’re mapping into.