microsoft / microsoft/RecursiveExtractor
Extract File MetaData for DiscUtils based Disc Image formats
@gfs is already working on this.
Since Feb 13, 2026.
- Dominant language
- C#
- Stars
- 220
- Forks
- 35
- Avg merge
- 20d 1h
- Merged PRs (30d)
- 1
Description
Extending work done for #82, in #196.
We should expand the file meta data collection to the Disc image formats we support to keep feature parity, but this is broken out into a separate issue because its a bit more complex of an implementation.
It seems like to accomplish, we need to on each file extracted in DiscCommon check for each potential file system format. For example, if the underlying file system is NTFS, we would need to check with something like https://github.com/LTRData/DiscUtils/blob/5e02b5e22d0bfd16ee3c99ee4e6ae72591589d1c/Library/DiscUtils.Ntfs/NtfsFileSystem.cs#L1292.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.