extstr(1M)


extstr -- extract all structures from an object or library and display them

Synopsis

extstr file

Description

extstr is intended for use with the kcrash sub-command of crash(1M). extstr will extract all structures from an object module or a library and display them on the screen. When this output is saved to a file, the file may be used as input to createbin. For structures like user, where there is a large array, it is best to edit the structure and change the element type to filler. Filler elements are not printed.

References

crash(1M), createbin(1M), createbin(4), kcrash(1M)