dfvfs icon indicating copy to clipboard operation
dfvfs copied to clipboard

Digital Forensics Virtual File System (dfVFS)

Results 91 dfvfs issues
Sort by recently updated
recently updated
newest added

The libtsk FAT and exFAT implementations have issues: * gaps in format support https://github.com/py4n6/pytsk/issues/82 * serious code weaknesses https://github.com/sleuthkit/sleuthkit/pulls?q=is%3Apr+author%3Ajoachimmetz+ Look for / create a more reliable alternative * [x] complete...

enhancement
file system

FAT and NTFS have the concept of a short and long file names, these are similar to hard links with the exception that Windows treats these more like an alias....

Add compressed stream support for: - [x] ~~[LZMA](https://codereview.appspot.com/283280043/)~~ - [x] ~~[XZ](https://codereview.appspot.com/283280043/)~~ - [ ] COMPRESS (.Z) - [ ] DEFLATE add test to tests/file_io/compressed_stream_io.py

enhancement
idea

Add storage media image support for AFF 1 - 3

enhancement
storage media

The FVDE back-end has been superseded by CS back-end Look into removing ImageFileTestCase

blocked
code health

Symbolic links can contain an absolute path. If the file system was mounted this might result in an unresolvable link. Use last mount point in ext to try to correct...

enhancement

Ie: the case of Docker containers Some pre-work exploring these in docker-explorer

enhancement
file system

Do you have plans to add support for this file system which we are starting to see on Android devices?

enhancement
file system
blocked