dissect.target 3.20.dev44__py3-none-any.whl → 3.20.dev45__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/filesystems/ffs.py +7 -0
- {dissect.target-3.20.dev44.dist-info → dissect.target-3.20.dev45.dist-info}/METADATA +1 -1
- {dissect.target-3.20.dev44.dist-info → dissect.target-3.20.dev45.dist-info}/RECORD +8 -8
- {dissect.target-3.20.dev44.dist-info → dissect.target-3.20.dev45.dist-info}/COPYRIGHT +0 -0
- {dissect.target-3.20.dev44.dist-info → dissect.target-3.20.dev45.dist-info}/LICENSE +0 -0
- {dissect.target-3.20.dev44.dist-info → dissect.target-3.20.dev45.dist-info}/WHEEL +0 -0
- {dissect.target-3.20.dev44.dist-info → dissect.target-3.20.dev45.dist-info}/entry_points.txt +0 -0
- {dissect.target-3.20.dev44.dist-info → dissect.target-3.20.dev45.dist-info}/top_level.txt +0 -0
@@ -126,6 +126,12 @@ class FfsFilesystemEntry(FilesystemEntry):
|
|
126
126
|
]
|
127
127
|
)
|
128
128
|
|
129
|
+
# Note: stat on linux always returns the default block size of 4096
|
130
|
+
# We are returning the actual block size of the filesystem, as on BSD
|
131
|
+
st_info.st_blksize = self.fs.ffs.block_size
|
132
|
+
# Note: st_blocks * 512 can be lower than st_blksize because FFS employs fragments
|
133
|
+
st_info.st_blocks = self.entry.nblocks
|
134
|
+
|
129
135
|
# Set the nanosecond resolution separately
|
130
136
|
st_info.st_atime_ns = self.entry.atime_ns
|
131
137
|
st_info.st_mtime_ns = self.entry.mtime_ns
|
@@ -134,5 +140,6 @@ class FfsFilesystemEntry(FilesystemEntry):
|
|
134
140
|
# FFS2 has a birth time, FFS1 does not
|
135
141
|
if btime := self.entry.btime:
|
136
142
|
st_info.st_birthtime = btime.timestamp()
|
143
|
+
st_info.st_birthtime_ns = self.entry.btime_ns
|
137
144
|
|
138
145
|
return st_info
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dissect.target
|
3
|
-
Version: 3.20.
|
3
|
+
Version: 3.20.dev45
|
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
|
@@ -31,7 +31,7 @@ dissect/target/filesystems/dir.py,sha256=rKEreX3A7CI6a3pMssrO9F-9i5pkxCn_Ucs_dMt
|
|
31
31
|
dissect/target/filesystems/exfat.py,sha256=PRkZPUVN5NlgB1VetFtywdNgF6Yj5OBtF5a25t-fFvw,5917
|
32
32
|
dissect/target/filesystems/extfs.py,sha256=6LkpCqhAfMzDmHklK9fecgmHto-ZnHQOpn7H8Wj3vhk,4835
|
33
33
|
dissect/target/filesystems/fat.py,sha256=ZSw-wS57vo5eIXJndfI1rZkGu_qh-vyioMzCZFZ_UTE,4611
|
34
|
-
dissect/target/filesystems/ffs.py,sha256=
|
34
|
+
dissect/target/filesystems/ffs.py,sha256=Y232DH_EAxlvIQwCCeyWhWOuIzF_m-vKbnY4WPTg_s4,4958
|
35
35
|
dissect/target/filesystems/itunes.py,sha256=w2lcWv6jlBPm84tsGZehxKBMXXyuW3KlmwVTF4ssQec,6395
|
36
36
|
dissect/target/filesystems/jffs.py,sha256=MZcoHf7h1rpXf0Mf8eMOjp3-tfUHZ9jQzkcaUdeQDyQ,4218
|
37
37
|
dissect/target/filesystems/ntfs.py,sha256=Losf35q9aLm-YdwVllT5so99s-GqTF1ZXMbLX0PUNC0,7624
|
@@ -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.dev45.dist-info/COPYRIGHT,sha256=m-9ih2RVhMiXHI2bf_oNSSgHgkeIvaYRVfKTwFbnJPA,301
|
382
|
+
dissect.target-3.20.dev45.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
383
|
+
dissect.target-3.20.dev45.dist-info/METADATA,sha256=h2ywkvsL6FJ-kD4V9jjhxVVxdXnDlucQJPtL5oAmG-c,12897
|
384
|
+
dissect.target-3.20.dev45.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
385
|
+
dissect.target-3.20.dev45.dist-info/entry_points.txt,sha256=BWuxAb_6AvUAQpIQOQU0IMTlaF6TDht2AIZK8bHd-zE,492
|
386
|
+
dissect.target-3.20.dev45.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
|
387
|
+
dissect.target-3.20.dev45.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
{dissect.target-3.20.dev44.dist-info → dissect.target-3.20.dev45.dist-info}/entry_points.txt
RENAMED
File without changes
|
File without changes
|