Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 934 Bytes

File metadata and controls

29 lines (16 loc) · 934 Bytes

Build Status Code Coverage

random-hexdump

A stupid hexdump implementation for fun.

rhd generates random bytes by allowing to embed custom text and outputs the dump.

The output is in conventional hexdump format which starts with the offset in hexadecimal followed by 16 space-separated hexadecimal bytes which might contain an optional input text and finally followed by the same sixteen bytes in ASCII representation.

Usage

Inspired by

Jamie Zawinski's personal homepage

License

MIT license

Authors

Selçuk Karakayalı skarakayali@gmail.com