Re: Windows CE Binary Image Data Format: What are records? by Steve
Steve
Tue Apr 11 09:14:27 CDT 2006
No, you can't take the files out of a BIN file. The BIN file is just a
Binary version of the Motorola "S" record "SRE" format which is similar to
the Intel HEX formats. There is no information about the files in the bin
format. You would need to extract the records to a raw image file (NB0) and
then work through that to get the table of contents for the ROM FS and then
decompress the data for the files. However you would find you can only get
some data files as all the MODULES are pre-linked and located for XIP and
are not real files anymore.
Why are you trying to extract files fro the BIN file. All the files in the
BIN will be located in your _FLATRELEASEDIR? I'm having a hard time trying
to come up with a legitimate reason why you'd need to extract files from a
BIN file.
--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com