Skip to content

Code-Barru/rrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRD

Display hexadump in the same way xxd would.

Options

-b          Generate a binary digit dump.
-c          Set the number of bytes per lines in the output.
-C          Puts color in the output.
-g          Set the number of bytes per group in the output.
-h          Prints help menu.
-i          Output in C include file style.
-l          Limit the number of bytes processed or displayed.
-o          Output file.
-ps         Output in postscript continuous hex-dump style.
-r          Reverse mode. Takes a hexdump and outputs binary.
-s          Skip a specified number of bytes before processing.

Warning

It may have so padding issues.

About

xxd cli implementation in Rust!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages