[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hexedit Challenge



I was given a DVD-R of JPEG's someone took of my band for me. 
Unfortunately, I can't mount it on any of the machines in my house, I was 
able to use dd to get the raw data into a file, and using hexedit I am 
able to extract the data I need.

However there are 180+ images on this disk, so I need to figure out how to 
extract the images via a script.

Known Factors:
==============
Each image begins with the following sequence

FF D8 FF E0

and ends with the third occurence of

FF D9

or the first occurence of

FF D9 00 00

What could I use to parse the file, and extract each image into it's own 
file.

herbie

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.