Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 345 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 345 Bytes

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