Skip to content

Conversation

mikecat
Copy link
Contributor

@mikecat mikecat commented Aug 7, 2025

Currently, the Delete character (0x7f) is not converted to . and printed as-is in "To Hexdump" operation with "UNIX format" enabled.
This results in odd characters appearing in the dump when the input data contains bytes with the value 0x7f.

From Base64, To Hexdump - CyberChef

cyberchef-delete-20250808

This patch will exclude the Delete character (0x7f) from "printable chars" to have it be dumped as a dot.

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.

1 participant