Jeffrey Smith (@whydoubt) commented about tools/winedump/reg.c:
printf("%s", !data ? "\"\"" : get_unicode_str((const WCHAR *)data, data_size / sizeof(WCHAR))); break;
- case REG_QWORD: case REG_BINARY:
printf("hex:");
printf("hex%s:", val->data_type == REG_QWORD ? "(b)" : "");
Does this need to be accounted for in `len`?