REGBINARY
REGBINARY (commonly written as REG_BINARY) is a Windows Registry value type used to store raw binary data. It holds an arbitrary sequence of bytes and is suitable for data that does not map naturally to text, numbers, or multi-string formats. In the Windows API and system tools, registry values of this type are presented and edited as hexadecimal byte sequences.
Applications and drivers use REG_BINARY to store device parameters, configuration blobs, serialized structures, checksums, GUIDs, certificates,
There is no intrinsic semantic interpretation enforced by the registry; meaning and structure are determined by