mirror of
https://github.com/aaru-dps/imhex-patterns.git
synced 2026-07-19 15:16:12 +00:00
Sync AaruFormat template to alpha 21.
This commit is contained in:
@@ -850,11 +850,11 @@ struct DdtHeader2
|
||||
/**Pointer to absolute byte offset in file where the previous level table is located */
|
||||
u64 previousLevelOffset;
|
||||
/**Negative displacement of LBAs */
|
||||
u16 negative;
|
||||
u32 negative;
|
||||
/**Number of blocks in media */
|
||||
u64 blocks;
|
||||
/**Positive overflow displacement of LBAs */
|
||||
u16 overflow;
|
||||
u32 overflow;
|
||||
/**First LBA contained in this table */
|
||||
u64 start;
|
||||
/**Block alignment boundaries */
|
||||
|
||||
Reference in New Issue
Block a user