It is desirable, although often difficult, for a textualizer to
be able to read and write even a damaged binary object. For one
thing, it lets you generate damaged test cases to stress-test
software; for another, it can make emergency repairs a whole lot
easier. It may be hard to handle cases in which the
structure of the object is messed up, but at
least you should handle cases in which the content
of the structure is nonsense, e.g., by showing nonsense values in hex
and converting the hex back to the values.
--Henry Spencer
[an error occurred while processing this directive]