Thread: hexdump
View Single Post
Old Feb 4th, 2008, 8:14 AM   #1
starbeam
Newbie
 
Join Date: Jan 2008
Posts: 10
Rep Power: 0 starbeam is on a distinguished road
hexdump

how would I write a program that produces a hexdump for listing a file. I mean something in a format like...

bbbbbbbb xx xx xx xx xx xx xx xx - xx xx xx xx xx xx xx xx pppppppp pppppppp

where the bbbbbbbb is a 8 byte address starting with 0 for the beginning of the file. xx represents a single hex character with a leading 0 if the value is greater than a hex F.
starbeam is offline   Reply With Quote