Everybody say "hoo-ray" for progress
So I looked up some information on gzip file formats, and learned enough to determine that gzip archives start with the byte pattern "1f8b". So I grabbed one an upgrade image, opened it up in ghex, and did a search for such. Found it at 7E80. Decided it was likely the compressed image considering a large number of bytes preceding this were all 00. So I chopped off everything before that point, ran it through gzip (which complained of trailing garbage) and ran the result through strings.
An exerpt from the result:
tiber
http://www.teknema.com/er/
`Easy Rider - Rel. 1.0a
Copyright (C) 1996-1997, Teknema, Inc.
--------------------------------------
Init Video........ OK
Init Keyboard.....
FAILED
Init Mouse........
Init I/O copro....
Init Timer........
Flash Memory......
%dk in %d sectors
NOT AVAILABLE!
Sound.............
Printer port......
`HOMEPAGE
http://random.yahoo.com/bin/ryl
`http://www.teknema.com/cgi-bin/random/er/random.list
`http://www.aromatic.com/cgi-bin/random/random.list
`http://www.teknema.com/cgi-bin/random/er/frames.list
It goes on for much longer than that, but there's definitely something embedded in there. Time to go poke around some more.
-transiit