BOSS 7 file format
- From: "A. Sinan Unur" <1usa@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 May 2009 20:58:43 GMT
Hello:
I have a data set that was generated in the early 90s. Apparently, there
was at some point some helper application that allowed data to be
extracted by variable name from the overall data set. I am trying to
figure out the layout of the data files to see if it is possible to
decipher the data without going through this helper application. I do
not have the source or the binary for the helper application.
One of the files in this set starts with the following bytes:
0000000: 424f 5353 2037 2001 000e 0000 0040 0000 BOSS 7 ......@..
0000010: 000e 0000 003f 0000 0021 1522 0a08 103a .....?...!."...:
0000020: 1621 0355 0208 103e 0221 086e 0e21 0548 .!.U...>.!.n.!.H
0000030: 0408 1008 0021 0a3f 1f3f 0807 0020 043d .....!.?.?... .=
0000040: 2a3f 023f 023f 063f 3c22 0135 3c3f 042e *?.?.?.?<".5<?..
A bunch of Google searches and checking /usr/share/file/magic did not
give me any information regarding the format of this file.
Later, I realized that BOSS might be a format used by some Smalltalk
applications
(http://www.smalltalksystems.com/publications/danger_object_filing.doc).
I tried to load the file using the IDE provided at
http://www.cincomsmalltalk.com/ and it generated a meaningful exception:
'The identifier MediaCollectionDictionary has no binding'
The file does contain the strings:
MediaCollectionDictionary
MediaCollection*
CallMediaVehDict2
so this made some sense at least.
Now, I do not know any Smalltalk. Ideally, I am looking for a file
format specification of some sort so I can parse this large data set.
The data set itself is spread over seven large binary files. Plus, there
seems to be an index file and some sort of hash table, also in binary
formats.
I would appreciate any information, nudges and tips you can give me.
Sinan
--
A. Sinan Unur <1usa@xxxxxxxxxxxxxxxxxxx>
(remove .invalid and reverse each component for email address)
.
- Follow-Ups:
- Re: BOSS 7 file format
- From: Steven Kelly
- Re: BOSS 7 file format
- Prev by Date: Re: Does C# support streaming over collections like Smalltalk?
- Next by Date: Re: Does C# support streaming over collections like Smalltalk?
- Previous by thread: Does C# support streaming over collections like Smalltalk?
- Next by thread: Re: BOSS 7 file format
- Index(es):
Relevant Pages
|