An open API service indexing awesome lists of open source software.

https://github.com/misyltoad/hexheader

Creates a hexdump of a file to a c header.
https://github.com/misyltoad/hexheader

Last synced: 10 months ago
JSON representation

Creates a hexdump of a file to a c header.

Awesome Lists containing this project

README

          

Hexheader is a simple program which converts any file specified to a
hexdump, and implements it in a C header file.

Example:
./hexheader
Resulting file:
.h

How to build:
On Linux with GCC, run `./build.sh`, it should build to 'hexheader' and
become executable (:

On other platforms, have fun with CMake.