gchq/CyberChef

Bug report: To HexDump: End of Line Sequence Detection

ssnkhan opened this issue · 0 comments

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:

  1. Open a binary file, such as a PE
  2. Drag the To Hexdump module
  3. 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.

Screenshots
Current Behaviour
Screenshot 2024-07-10 at 10 54 38

Previous (Expected) Behaviour
Screenshot 2024-07-10 at 11 01 04

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.