Skip to content

sebastian-j-ibanez/hexd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.