mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-07-08 18:06:18 +00:00
Add new sector status: introduce SectorStatusGenerable to indicate content that can be generated using a known algorithm
This commit is contained in:
@@ -252,7 +252,8 @@ typedef enum
|
||||
SectorStatusTwin = 0x7, ///< Pointer references a twin sector table.
|
||||
SectorStatusUnrecorded = 0x8, ///< Sector physically unrecorded; repeated reads non-deterministic.
|
||||
SectorStatusEncrypted = 0x9, ///< Content encrypted and stored encrypted in image.
|
||||
SectorStatusUnencrypted = 0xA ///< Content originally encrypted but stored decrypted in image.
|
||||
SectorStatusUnencrypted = 0xA, ///< Content originally encrypted but stored decrypted in image.
|
||||
SectorStatusGenerable = 0xB ///< Content can be generated using a known algorithm.
|
||||
} SectorStatus;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user