The file I am going through has the following layout so far:
- magic number
- count
- record length repeated count times
- record1
- marker
- flags
- offset to a string
- offset to a string
- offset to a structure
- other data
- record2
I can't find anything describing how the 'insert offset' or 'insert structure reference' are supposed to work or if they will be handy in this situation.
any help would be appreciated
Todd
ps
on a unrelated topic is it possible to use the above lengths of records to define the length of the data. like so:
- record1 size length[0]
- record1 size length[1]
- record1 size length[2]