# xxd # Create hex dump of a file or reverse a hex dump back to binary # Sections: 1 % hex, binary-conversion # Basic usage xxd binary.exe # Recursive/follow references xxd -r hexdump.txt > binary.exe