Add image information about negative and overflow sectors.

This commit is contained in:
2025-10-24 02:26:06 +01:00
parent d706fbfc3f
commit 8c38d8dfa5

View File

@@ -55,6 +55,10 @@ public struct ImageInfo
public ulong ImageSize;
/// <summary>Sectors contained in the image</summary>
public ulong Sectors;
/// <summary>Negative sectors contained in the image</summary>
public uint NegativeSectors;
/// <summary>Overflow sectors contained in the image</summary>
public uint OverflowSectors;
/// <summary>Size of sectors contained in the image</summary>
public uint SectorSize;
/// <summary>Media tags contained by the image</summary>