dissect.target 3.15.dev25__py3-none-any.whl → 3.15.dev27__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dissect/target/filesystem.py +2 -0
- dissect/target/plugin.py +1 -1
- {dissect.target-3.15.dev25.dist-info → dissect.target-3.15.dev27.dist-info}/METADATA +1 -1
- {dissect.target-3.15.dev25.dist-info → dissect.target-3.15.dev27.dist-info}/RECORD +9 -9
- {dissect.target-3.15.dev25.dist-info → dissect.target-3.15.dev27.dist-info}/COPYRIGHT +0 -0
- {dissect.target-3.15.dev25.dist-info → dissect.target-3.15.dev27.dist-info}/LICENSE +0 -0
- {dissect.target-3.15.dev25.dist-info → dissect.target-3.15.dev27.dist-info}/WHEEL +0 -0
- {dissect.target-3.15.dev25.dist-info → dissect.target-3.15.dev27.dist-info}/entry_points.txt +0 -0
- {dissect.target-3.15.dev25.dist-info → dissect.target-3.15.dev27.dist-info}/top_level.txt +0 -0
dissect/target/filesystem.py
CHANGED
@@ -1549,6 +1549,8 @@ def open(fh: BinaryIO, *args, **kwargs) -> Filesystem:
|
|
1549
1549
|
except ImportError as e:
|
1550
1550
|
log.info("Failed to import %s", filesystem)
|
1551
1551
|
log.debug("", exc_info=e)
|
1552
|
+
except Exception as e:
|
1553
|
+
raise FilesystemError(f"Failed to open filesystem for {fh}", cause=e)
|
1552
1554
|
finally:
|
1553
1555
|
fh.seek(offset)
|
1554
1556
|
|
dissect/target/plugin.py
CHANGED
@@ -819,7 +819,7 @@ def load_module_from_name(module_path: str) -> None:
|
|
819
819
|
# This will trigger the __init__subclass__() of the Plugin subclasses in the module.
|
820
820
|
importlib.import_module(module_path)
|
821
821
|
except Exception as e:
|
822
|
-
log.
|
822
|
+
log.info("Unable to import %s", module_path)
|
823
823
|
log.debug("Error while trying to import module %s", module_path, exc_info=e)
|
824
824
|
save_plugin_import_failure(module_path)
|
825
825
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dissect.target
|
3
|
-
Version: 3.15.
|
3
|
+
Version: 3.15.dev27
|
4
4
|
Summary: This module ties all other Dissect modules together, it provides a programming API and command line tools which allow easy access to various data sources inside disk images or file collections (a.k.a. targets)
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
6
6
|
License: Affero General Public License v3
|
@@ -1,9 +1,9 @@
|
|
1
1
|
dissect/target/__init__.py,sha256=Oc7ounTgq2hE4nR6YcNabetc7SQA40ldSa35VEdZcQU,63
|
2
2
|
dissect/target/container.py,sha256=9ixufT1_0WhraqttBWwQjG80caToJqvCX8VjFk8d5F0,9307
|
3
3
|
dissect/target/exceptions.py,sha256=VVW_Rq_vQinapz-2mbJ3UkxBEZpb2pE_7JlhMukdtrY,2877
|
4
|
-
dissect/target/filesystem.py,sha256=
|
4
|
+
dissect/target/filesystem.py,sha256=jbHXWjknRHvtnJ8uAJFHPztEiwznJGVRGHQZvdLNn7Y,53886
|
5
5
|
dissect/target/loader.py,sha256=0-LcZNi7S0qsXR7XGtrzxpuCh9BsLcqNR1T15O7SnBM,7257
|
6
|
-
dissect/target/plugin.py,sha256
|
6
|
+
dissect/target/plugin.py,sha256=-ME1mkgsnVGlgACFWjM_4DyQ230toCMuh6tPJshSLsw,48112
|
7
7
|
dissect/target/report.py,sha256=06uiP4MbNI8cWMVrC1SasNS-Yg6ptjVjckwj8Yhe0Js,7958
|
8
8
|
dissect/target/target.py,sha256=CuqLTD3fwr4HIxtDgN_fwJ3UHSqe5PhNJlLTVGsluB8,31908
|
9
9
|
dissect/target/volume.py,sha256=aQZAJiny8jjwkc9UtwIRwy7nINXjCxwpO-_UDfh6-BA,15801
|
@@ -318,10 +318,10 @@ dissect/target/volumes/luks.py,sha256=OmCMsw6rCUXG1_plnLVLTpsvE1n_6WtoRUGQbpmu1z
|
|
318
318
|
dissect/target/volumes/lvm.py,sha256=wwQVR9I3G9YzmY6UxFsH2Y4MXGBcKL9aayWGCDTiWMU,2269
|
319
319
|
dissect/target/volumes/md.py,sha256=j1K1iKmspl0C_OJFc7-Q1BMWN2OCC5EVANIgVlJ_fIE,1673
|
320
320
|
dissect/target/volumes/vmfs.py,sha256=-LoUbn9WNwTtLi_4K34uV_-wDw2W5hgaqxZNj4UmqAQ,1730
|
321
|
-
dissect.target-3.15.
|
322
|
-
dissect.target-3.15.
|
323
|
-
dissect.target-3.15.
|
324
|
-
dissect.target-3.15.
|
325
|
-
dissect.target-3.15.
|
326
|
-
dissect.target-3.15.
|
327
|
-
dissect.target-3.15.
|
321
|
+
dissect.target-3.15.dev27.dist-info/COPYRIGHT,sha256=m-9ih2RVhMiXHI2bf_oNSSgHgkeIvaYRVfKTwFbnJPA,301
|
322
|
+
dissect.target-3.15.dev27.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
323
|
+
dissect.target-3.15.dev27.dist-info/METADATA,sha256=YfmgWD2QIDnunICFylG-1EotMjyF4BgIlGKnccApr20,11113
|
324
|
+
dissect.target-3.15.dev27.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
325
|
+
dissect.target-3.15.dev27.dist-info/entry_points.txt,sha256=tvFPa-Ap-gakjaPwRc6Fl6mxHzxEZ_arAVU-IUYeo_s,447
|
326
|
+
dissect.target-3.15.dev27.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
|
327
|
+
dissect.target-3.15.dev27.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
{dissect.target-3.15.dev25.dist-info → dissect.target-3.15.dev27.dist-info}/entry_points.txt
RENAMED
File without changes
|
File without changes
|