hexd is a CLI program that creates hex dumps.
hexd [file]
Example C file:
#include <stdio.h>
int main(void) {
printf("Hello, hexd user!");
return 0;
}
Hex dump:
The project is built using make
. The default make
target will create a hexd
binary in the build folder.
Note: If you use clangd, it is recommended to generate clangd config files with compiledb.