dissect.target
dissect.target copied to clipboard
Separate lookup of directory entries in `DirectoryFilesystem.get` into another method.
Currently all the logic is in get()
but there are some cases where you may want to subtly tweak how filesystem entries are mapped. The logic should be separated out into another method(s) so that subclasses may customize the behaviour.