bitlk: Add BitLocker volume size to dump

This commit is contained in:
Vojtech Trefny
2022-05-22 17:06:12 +02:00
committed by Milan Broz
parent 5aa01da2b5
commit 795b37d128
3 changed files with 7 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ struct bitlk_fvek {
struct bitlk_metadata {
uint16_t sector_size;
uint64_t volume_size;
bool togo;
bool state;
BITLKEncryptionType type;