Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexView

A clone of hexdump written from scratch in C that displays file contents in hexadecimal and ASCII format. The output is displayed in 16-byte rows using big-endian byte ordering.

Build

We will be building this project using CMake:

cmake -S . -B build
cmake --build build

The executable will be generated inside the build directory.

Usage

Pass the path to a file as a command-line argument:

build/hexview assets/file.txt # To view the sample txt file
build/hexview assets/file.bin # To view the sample bin file

License

This project is licensed under MIT license. See LICENSE file, for more details.

About

Clone of hexdump written from scratch in c.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages