Bug report: To HexDump: End of Line Sequence Detection
ssnkhan opened this issue · 0 comments
ssnkhan commented
Describe the bug
Recently, when dropping binary files and using the To Hexdump
module, the output pane will default to Form Feed (FF (detected
). The result is that the Hex view is printed as a single line, and requires the output to be manually set to Line Feed.
To Reproduce
Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:
- Open a binary file, such as a PE
- Drag the
To Hexdump
module - View the output pane -- note the End of Line Sequence, which will default to
Line Feed
Expected behaviour
Hex view should output correctly in the standard Hex view, without need to manually change the Line Sequence.
Desktop (if relevant, please complete the following information):
- OS: macOS
- Browser: Safari Version 17.5 (19618.2.12.11.6)
- CyberChef version: Official web service at https://gchq.github.io, Version 10.19.0
Additional context
The "Previous (Expected) Behaviour" used to be the default behaviour as far as I can remember.