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 eec2a0bd7c
commit a027a8edae
11 changed files with 1430 additions and 40 deletions

View file

@ -23,6 +23,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "treemodel.h"
#include "parsingdata.h"
// Returns text representation of 4CC value
UString fourCC(const UINT32 value);
// Returns bytes as string when all bytes are ascii visible, hex representation otherwise
UString visibleAsciiOrHex(UINT8* bytes, UINT32 length);