Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 693 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 693 Bytes

hexd 🔍

GitHub License

hexd is a CLI program that creates hex dumps.

Usage

hexd [file]

Example

Example C file:

#include <stdio.h>

int main(void) {
    printf("Hello, hexd user!");
    return 0;
}

Hex dump:

image

Building the project

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.