dissect.target.loaders.cellebrite¶
Module Contents¶
Classes¶
Load Cellebrite UFED exports ( |
|
Cellebrite |
Attributes¶
- dissect.target.loaders.cellebrite.log¶
- class dissect.target.loaders.cellebrite.DeviceInfo¶
- vendor: str¶
- model: str¶
- fguid: uuid.UUID | None = None¶
- guid: uuid.UUID | None = None¶
- os: str | None = None¶
- class dissect.target.loaders.cellebrite.Ufdx¶
- path: pathlib.Path | None = None¶
- evidence: uuid.UUID | None = None¶
- device: DeviceInfo | None = None¶
- extractions: list[Extraction] | None = None¶
- class dissect.target.loaders.cellebrite.Ufd¶
- path: pathlib.Path¶
- device: DeviceInfo¶
- class dissect.target.loaders.cellebrite.CellebriteLoader(path: pathlib.Path, **kwargs)¶
Bases:
dissect.target.loader.LoaderLoad Cellebrite UFED exports (
.ufdxand.ufd).References
- ufdx = None¶
- ufd = []¶
- ffs = None¶
- static detect(path: pathlib.Path) bool¶
Detects wether this
Loaderclass can load this specificpath.- Parameters:
path – The target path to check.
- Returns:
Trueif thepathcan be loaded by aLoaderinstance.Falseotherwise.
- map(target: dissect.target.target.Target) None¶
Maps the loaded path into a
Target.- Parameters:
target – The target that we’re mapping into.
- class dissect.target.loaders.cellebrite.CellebriteFilesystem(path: pathlib.Path, base: str | None = None, **kwargs)¶
Bases:
dissect.target.filesystem.LayerFilesystemCellebrite
FileDumpfilesystem implementation.- __type__ = 'cellebrite'¶
A short string identifying the type of filesystem.
- source¶
- __repr__() str¶