logoalt Hacker News

csoursyesterday at 11:40 PM1 replyview on HN

Not nearly as cool, but I was able to show a colleague the letters in a raster image section of a pdf using xxd by varying the output width


Replies

EvanAndersontoday at 12:43 AM

I wrote a simple tool, when I was a kid, that dumped binaries into VGA mode 0x13 and allowed me to vary the width. Mode 0x13 is one byte per pixel so it was just a simple REP MOVSB to put data into the buffer (no worrying about bitplanes). It was so useful in reverse engineering software. Besides raster data, regular data structures often jump out.

show 2 replies