Digital Forensics Virtual File System
dfVFS, or Digital Forensics Virtual File System, provides read-only access to file-system objects from various storage media types and file formats. The goal of dfVFS is to provide a generic interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems.
dfVFS originates from the Plaso project and is also based on ideas from the GRR project. It was largely rewritten and made into a stand-alone project to provide more flexibility and allow other projects to make use of the VFS functionality. dfVFS originally was named PyVFS, but that name conflicted with another project.
dfVFS is currently implemented as a Python module.
- Developed at security:forensics
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-dfVFS && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
dfvfs-20231208.tar.gz | 0098086866 93.5 MB | |
python-dfVFS-rpmlintrc | 0000000058 58 Bytes | |
python-dfVFS.changes | 0000012380 12.1 KB | |
python-dfVFS.spec | 0000005254 5.13 KB |
Latest Revision
- update to 20231208 - minor changes - add Requires python-cffi [likely did previously -- lint complained - add Requires python-idna [likely did previously -- lint complained - APFS related python tests for 15.5 and 15.6 still fail. Extended test exclusion to 15.6
Comments 0