for bodyfile generation * [x] to consider: add support for APFS, GPT and LVM volume identifier in path - https://github.com/log2timeline/dfimagetools/pull/21 * [x] improve handling of ($FILE_NAME) ensure parent file entry matches - https://github.com/log2timeline/dfimagetools/pull/23 * [x] add support for NTFS mode_as_string value - https://github.com/log2timeline/dfimagetools/pull/24 * [x] add `d`, `l` file type indicators in the mode_as_string field for NTFS - https://github.com/log2timeline/dfimagetools/pull/35 * [x] add CLI options to handle encrypted volumes - https://github.com/log2timeline/dfimagetools/pull/94 * [ ] to consider: add resource fork for HFS * [ ] improve handling of NTFS DOS file name, either print DOS name or skip? Maybe add an option to control this behavior? * extend dfvfs.FileNameNTFSAttribute with a name space attribute * [ ] to consider: add support for NTFS UID and GID value * [ ] to consider: add support for NTFS index name * [ ] to consider: add support to calculate MD5 * [ ] print VSS volume names (from https://github.com/open-source-dfir/dfvfs-snippets/issues/41)
for bodyfile generation
d,lfile type indicators in the mode_as_string field for NTFS - Changes to bodyfile file attribute flags support #19 #35