Embedded Object Section


It is possible to embed files within other files. In this way, you can for example embed a picture within a text document.

These objects are structured exactly like normal documents. Their data is embedded in the file of the master file. But offsets within their data are relative to the start of the object in the file, not to the start of the whole file! So if an object's data start at offset 00005432 of the master file, an offset of 00004321 within the object data corresponds to offset 00009753 in the master file.


This section consists of one BListL of pairs of longs: the first long is an ID containing the section identifier, the second is the Offset within the file. It is likely that all three sections below need to be present in the shown order.


Identifier Section

46 01 00 00 Object Display Section

2A 01 00 00 Object Icon Section

44 01 00 00 Object Start Section


Object Display Section


Data Description

B Display as icon (00) or full (01)

Length Object horizontal size

Length Object vertical size

L Unknown; alsways 00 00 00 00 ?


Object Icon Section


Data Description

String Application name

Length Icon horizontal size

Length Icon vertical size


Object Start Section


This is the place the object really starts, and from which all offsets in the object data count. This is offset 00000000. It contains of a single offset, of the section table section.


Data Description

Offset Section Table Section offset within the object