Skip to content

feat: separate type of hex integers - #42

Merged
scudette merged 4 commits into
Velocidex:masterfrom
secDre4mer:master
Sep 4, 2026
Merged

feat: separate type of hex integers#42
scudette merged 4 commits into
Velocidex:masterfrom
secDre4mer:master

Conversation

@secDre4mer

Copy link
Copy Markdown
Contributor

Define a custom type for hex integers. This allows consumers to identify these and format them as hex, which is necessary for e.g. correct message expansion.

secDre4mer and others added 4 commits September 3, 2026 10:25
Define a custom type for hex integers. This allows consumers
to identify these and format them as hex, which is necessary for
e.g. correct message expansion.
@secDre4mer

Copy link
Copy Markdown
Contributor Author

@scudette About the formatting: Should we format the integers as 0xdeadbeef or simply as deadbeef? The original code used 0x for arrays; but the old string formatting for hex integers omitted it.

@scudette
scudette merged commit 4185e71 into Velocidex:master Sep 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants