XXD
Make binary as a hexdump or do the reverse hexdump to binary.
graph LR
A[.bin] --> B[.txt / hexdump]
B --> A
Benefits:
- Without extra external tools, you can convert binary to hexdump and vice versa.
- Convert to hexdump easy to modify and convert back to binary.
- Text is easy to search and replace by command line, which is easier for automation.