Skip to content

SgtCoDFish/cherryhex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cherryhex

A tool for converting ASCII hex files to raw binary hex files.

Installation

Requires CMake and a C++11 compiler.

git clone https://github.com/SgtCoDFish/cherryhex
cd cherryhex
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..

then build as normal for your system. On Linux:

make -j4
sudo make install

TODO List

[x] Big/little endian switch

About

A tool for converting ASCII hex files to raw binary hex files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published