mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Added support for astral characters to charcode ops
This commit is contained in:
parent
6d2e2259db
commit
15b83072bb
4 changed files with 45 additions and 11 deletions
|
@ -605,7 +605,7 @@ const OperationConfig = {
|
|||
args: []
|
||||
},
|
||||
"To Hexdump": {
|
||||
description: "Creates a hexdump of the input data, displaying both the hexademinal values of each byte and an ASCII representation alongside.",
|
||||
description: "Creates a hexdump of the input data, displaying both the hexadecimal values of each byte and an ASCII representation alongside.",
|
||||
run: Hexdump.runTo,
|
||||
highlight: Hexdump.highlightTo,
|
||||
highlightReverse: Hexdump.highlightFrom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue