Please in order to save solutions and appear on the leaderboards.

Hexdump Authors

Hexdump

Details

Given a string, output the hexdump of the string as given by the xxd utility using the default settings, as described below.

Divide up the input string into groups of 16 bytes (16 octets). For each group, print in order:

  • The (hexadecimal, lowercase) index of the starting octet, padded with zeros to eight hexadecimal digits
  • A single colon (:), followed by a single space.
  • 8 space-separated pairs of octets, with each pair printed as 4 hexadecimal digits
  • Spaces to pad to 51 bytes
  • The original 16 bytes, except with newline replaced with full stop (.)
0 bytes, 0 chars
Restore solution
All
Compiled from AT&T syntax to x86-64 Linux. Use syscalls to write output.
Fennel is an experimental language, no solutions will be saved. Please leave feedback on the GitHub issue.
ctrl + enter or

Delete Solution

Are you sure you want to delete your solution(s) for Hexdump?

If you have seperate bytes and chars solutions then both will be deleted.

This is irreversible, please backup any code you care about.

Type I understand and press confirm to continue.