AvL's parser-collection: parseclass.tcl - grok java .class-files Similar but not identical to sun's javap differences: prints also private methods, doesn't yet grok some of the attributes. parsedoc.tcl - grok M$ Office files Splits them into its parts. Can be used to extract objects and images. parseimg.tcl - helper for parsedoc.tcl Sometimes an M$ Office file contains one big chunk, that again contains a couple of images. This script has successfully extracted images from some such image-containers, and failed to do so from others. parsemdi.tcl - partially grok M$ .mdi files. Unfortunately, the interesting parts are not yet grokked, that is the image and the recognized text. parsemidi.tcl - parse .midi (polyphone event-based music files) converts midi-format to some text-format that is displayed in a text-widget, can be edited and saved back to .midi parsemms.tcl - parse MMS files (multimedia-messages, as retrieved from modern mobile phones e.g. with gammu)