Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down