From da11606134d43be07922bc808ada9809ef1a6b6a Mon Sep 17 00:00:00 2001 From: sit-d <281093367+sit-d@users.noreply.github.com> Date: Sun, 28 Jun 2026 21:33:10 -0600 Subject: [PATCH] docs: list hdrinfo in tool summaries --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a0f9f..1561500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ First formal multi-tool release for this repository. ### Included tools - `errnfo` - HRESULT/NTSTATUS/Win32 decode + message-table scan/dump +- `hdrinfo` - display HDR/output metadata and Windows HDR troubleshooting context - `modsnap` - process module snapshot (table/path/csv/count) - `quuid` - GUID/COM parse + registry/scan/type-lib tooling - `rawwhp` - WHP sparse area mapping, execution, dumps, reports diff --git a/README.md b/README.md index 640c7b7..8c704ba 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A small collection of **single-file C CLI tools** for Windows. Each tool is desi ## Tools - `errnfo` — decode HRESULT/NTSTATUS/Win32 error codes; scan and dump message tables. +- `hdrinfo` — report Windows display HDR/output metadata, color encoding, and troubleshooting hints. - `modsnap` — snapshot a process module list (base, size, name, path) with table/CSV/path/count output. - `quuid` — GUID/COM discovery: parse, registry lookup, scan binaries, inspect type libraries. - `rawwhp` — define multiple WHP guest memory areas, run code, and dump selected GPA ranges.