log2timeline / dfvfs

Digital Forensics Virtual File System (dfVFS)
Apache License 2.0
205 stars 45 forks source link

How do I use DFVFS to view device paths? #407

Closed xufuda closed 4 years ago

xufuda commented 5 years ago

hey! DFVFS is already dependent and automated, but how does parsing work? Please give me a hand,thank you! leo

xufuda commented 5 years ago

hello,this project only provides interfaces?

joachimmetz commented 5 years ago

@xufuda it is unclear to me what you are asking. dfVFS is not an end user tool, it's a Python module to provide read-only access to file-system objects from various storage media types and file formats.

Per README

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.
xufuda commented 5 years ago

Your answer is exactly what I wanted to ask,so i need to use this module through python myself,right?

joachimmetz commented 5 years ago

Correct, see the following links for more information how to use dfVFS (these assume you know Python)

joachimmetz commented 4 years ago

No update original reporter, considering question answered, closing issue