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.
- Host: GitHub
- URL: https://github.com/misyltoad/hexheader
- Owner: misyltoad
- License: mit
- Created: 2017-11-11T17:24:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T16:40:22.000Z (almost 8 years ago)
- Last Synced: 2024-09-21T17:17:10.258Z (over 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.