Skip to content

pepperjackdev/xxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexdump, xxd

A simple C implementation of the Unix command line utility xxd written in C.

Building

This project uses CMake as build script generator. To generate the build script of your favourite building system, just create a build directory under the root folder of the project and move inside it. Once in the build dir, just run

cmake ..

This will generate by default a build script for ninja. You can alternatively specify an alternative build system with the -G arg followed by the identifier of your favourite building system.

You can now build the project using ninja by running

ninja

The executable will by placed under build/src as xxd.

Credits

Inspired from the original project of Juergen Weigert.

About

A simple C implementation of the Unix command line utility xxd written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published