microsoft / microsoft/RecursiveExtractor

Extract File MetaData for DiscUtils based Disc Image formats

Open
#197 0 comments 1 reaction 2 assignees View on GitHub

@gfs is already working on this.

Since Feb 13, 2026.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.