Subject: Newbie: working with binary files/extract png from a binary file
From: Jim <jim.foltz gmail.com>
Date: Wed, 30 Jan 2008 20:19:57 +0900
Hello,
I am reverse engineering a binary file that has an embedded PNG image
in it. I opened the file in a hex editor and found the png header
information, but how to use Ruby to extract the PNG to it's own file?