/hd

Primary LanguageCGNU General Public License v3.0GPL-3.0

hd

My own implementation of a hex dumper for educational purpose

Compiling

gcc main.c -O3 -Wall -Wextra -Wuninitialized -Wstrict-aliasing -o hd

Running

hd [FILE]

Authors

mischw

License

This project is licensed under the GNU GPLv3 License - see the COPYING file for details