Rewrite VSS and VSS2 NVRAM variable parsers in KaitaiStruct

This commit is contained in:
Nikolaj Schlej 2025-02-22 11:19:41 +07:00
parent 2661b8fe4b
commit 489b85fd98
11 changed files with 1430 additions and 40 deletions

View file

@ -1453,7 +1453,7 @@ USTATUS FfsParser::parseVolumeBody(const UModelIndex & index)
UByteArray volumeBody = model->body(index);
UINT32 volumeHeaderSize = (UINT32)model->header(index).size();
// Parse VSS NVRAM volumes with a dedicated function
// Parse NVRAM volume with a dedicated function
if (model->subtype(index) == Subtypes::NvramVolume) {
return nvramParser->parseNvramVolumeBody(index);
}