Comparing binary files of the same length and highlight where the differences are. I currently use WinMerge to find differences, then back to a Hex editor to ...
A custom editor extension for Visual Studio Code which provides a hex editor for viewing and manipulating files in their raw hexadecimal representation.
I have a bin file holding all my instruction cache and data cache for my Verilog project, and I want to see it as the Notepad++ hex editor shows its meaning.