Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

XXD

Make binary as a hexdump or do the reverse hexdump to binary.


graph LR
    A[.bin] --> B[.txt / hexdump]
    B --> A

Benefits:

  1. Without extra external tools, you can convert binary to hexdump and vice versa.
  2. Convert to hexdump easy to modify and convert back to binary.
  3. Text is easy to search and replace by command line, which is easier for automation.