Add Phoenix CMDB parser

This commit is contained in:
Nikolaj Schlej 2025-03-07 16:44:42 +07:00
parent 01e2e0877b
commit fd0faea9ea
2 changed files with 42 additions and 3 deletions

View file

@ -414,7 +414,7 @@ typedef struct PHOENIX_CMDB_HEADER_ {
} PHOENIX_CMDB_HEADER;
#define NVRAM_PHOENIX_CMDB_HEADER_SIGNATURE 0x42444D43
#define NVRAM_PHOENIX_CMDB_SIZE 0x100;
#define NVRAM_PHOENIX_CMDB_SIZE 0x100
// Zero GUID
extern const UByteArray ZERO_GUID;