dissect.target 3.20.dev51__py3-none-any.whl → 3.20.dev52__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- dissect/target/filesystems/jffs.py +3 -3
- {dissect.target-3.20.dev51.dist-info → dissect.target-3.20.dev52.dist-info}/METADATA +1 -1
- {dissect.target-3.20.dev51.dist-info → dissect.target-3.20.dev52.dist-info}/RECORD +8 -8
- {dissect.target-3.20.dev51.dist-info → dissect.target-3.20.dev52.dist-info}/COPYRIGHT +0 -0
- {dissect.target-3.20.dev51.dist-info → dissect.target-3.20.dev52.dist-info}/LICENSE +0 -0
- {dissect.target-3.20.dev51.dist-info → dissect.target-3.20.dev52.dist-info}/WHEEL +0 -0
- {dissect.target-3.20.dev51.dist-info → dissect.target-3.20.dev52.dist-info}/entry_points.txt +0 -0
- {dissect.target-3.20.dev51.dist-info → dissect.target-3.20.dev52.dist-info}/top_level.txt +0 -0
@@ -76,13 +76,13 @@ class JFFSFilesystemEntry(FilesystemEntry):
|
|
76
76
|
entry_path = fsutil.join(self.path, name, alt_separator=self.fs.alt_separator)
|
77
77
|
yield JFFSFilesystemEntry(self.fs, entry_path, entry)
|
78
78
|
|
79
|
-
def is_dir(self, follow_symlinks: bool =
|
79
|
+
def is_dir(self, follow_symlinks: bool = True) -> bool:
|
80
80
|
try:
|
81
81
|
return self._resolve(follow_symlinks).entry.is_dir()
|
82
82
|
except FilesystemError:
|
83
83
|
return False
|
84
84
|
|
85
|
-
def is_file(self, follow_symlinks: bool =
|
85
|
+
def is_file(self, follow_symlinks: bool = True) -> bool:
|
86
86
|
try:
|
87
87
|
return self._resolve(follow_symlinks).entry.is_file()
|
88
88
|
except FilesystemError:
|
@@ -97,7 +97,7 @@ class JFFSFilesystemEntry(FilesystemEntry):
|
|
97
97
|
|
98
98
|
return self.entry.link
|
99
99
|
|
100
|
-
def stat(self, follow_symlinks: bool =
|
100
|
+
def stat(self, follow_symlinks: bool = True) -> fsutil.stat_result:
|
101
101
|
return self._resolve(follow_symlinks).lstat()
|
102
102
|
|
103
103
|
def lstat(self) -> fsutil.stat_result:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dissect.target
|
3
|
-
Version: 3.20.
|
3
|
+
Version: 3.20.dev52
|
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
|
@@ -33,7 +33,7 @@ dissect/target/filesystems/extfs.py,sha256=LVdB94lUI2DRHW0xUPx8lwuY-NKVeSwFGZiLO
|
|
33
33
|
dissect/target/filesystems/fat.py,sha256=cCIiUAY0-5dL76Zhvji1QbwlMVX7YqKWp-NmUdqz8yA,4605
|
34
34
|
dissect/target/filesystems/ffs.py,sha256=ry7aPb_AQeApTuhVQVioQPn4Q795_Ak5XloEtd-0bww,4950
|
35
35
|
dissect/target/filesystems/itunes.py,sha256=w2lcWv6jlBPm84tsGZehxKBMXXyuW3KlmwVTF4ssQec,6395
|
36
|
-
dissect/target/filesystems/jffs.py,sha256=
|
36
|
+
dissect/target/filesystems/jffs.py,sha256=fw25gM-Cx26VuTBmbaVNP1hKw73APkZ4RhI8MGY7-cQ,4207
|
37
37
|
dissect/target/filesystems/ntfs.py,sha256=ADSv_VkX0fir6NYaOJD1ewWo9UG84Q7AEbDwULiEoN4,7632
|
38
38
|
dissect/target/filesystems/overlay.py,sha256=d0BNZcVd3SzBcM1SZO5nX2FrEYcdtVH34BPJQ6Oh4x8,4753
|
39
39
|
dissect/target/filesystems/smb.py,sha256=gzPSIB6J3psFZ7RSU30llcJCt04SFSDpQTImxUUQG7Y,6400
|
@@ -378,10 +378,10 @@ dissect/target/volumes/luks.py,sha256=OmCMsw6rCUXG1_plnLVLTpsvE1n_6WtoRUGQbpmu1z
|
|
378
378
|
dissect/target/volumes/lvm.py,sha256=wwQVR9I3G9YzmY6UxFsH2Y4MXGBcKL9aayWGCDTiWMU,2269
|
379
379
|
dissect/target/volumes/md.py,sha256=7ShPtusuLGaIv27SvEETtgsuoQyAa4iAAeOR1NEaajI,1689
|
380
380
|
dissect/target/volumes/vmfs.py,sha256=-LoUbn9WNwTtLi_4K34uV_-wDw2W5hgaqxZNj4UmqAQ,1730
|
381
|
-
dissect.target-3.20.
|
382
|
-
dissect.target-3.20.
|
383
|
-
dissect.target-3.20.
|
384
|
-
dissect.target-3.20.
|
385
|
-
dissect.target-3.20.
|
386
|
-
dissect.target-3.20.
|
387
|
-
dissect.target-3.20.
|
381
|
+
dissect.target-3.20.dev52.dist-info/COPYRIGHT,sha256=m-9ih2RVhMiXHI2bf_oNSSgHgkeIvaYRVfKTwFbnJPA,301
|
382
|
+
dissect.target-3.20.dev52.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
383
|
+
dissect.target-3.20.dev52.dist-info/METADATA,sha256=R6ROKIomUWGghz7R0Pu4VjJQmUmAe4oZMAUQxIgPJNM,12897
|
384
|
+
dissect.target-3.20.dev52.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
385
|
+
dissect.target-3.20.dev52.dist-info/entry_points.txt,sha256=BWuxAb_6AvUAQpIQOQU0IMTlaF6TDht2AIZK8bHd-zE,492
|
386
|
+
dissect.target-3.20.dev52.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
|
387
|
+
dissect.target-3.20.dev52.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
{dissect.target-3.20.dev51.dist-info → dissect.target-3.20.dev52.dist-info}/entry_points.txt
RENAMED
File without changes
|
File without changes
|