Skip to content
/ ccxxd Public

ccxxd tool. This is a sample solution to ccxxd challenge posted on https://codingchallenges.fyi/

Notifications You must be signed in to change notification settings

piter0/ccxxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ccxxd

A command line tool to make a hexdump or do the reverse.

Usage

ccxxd <file path> [options]

Options

  • -c <value> Set octets per line.
  • -e Use little-endian format.
  • -g <value> Group bytes (default: 2).
  • -l <value> Limit length.
  • -r Revert hex to binary.
  • -s <value> Start at seek offset.

About

ccxxd tool. This is a sample solution to ccxxd challenge posted on https://codingchallenges.fyi/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages