Class LongNamesMember

java.lang.Object
ghidra.app.util.bin.format.coff.archive.LongNamesMember
All Implemented Interfaces:
StructConverter

public final class LongNamesMember extends Object implements StructConverter
A string table that contains the full filenames of COFF archive members who's actual filenames can not fit in the fixed-length name field.

This string table is held in a special archive member named "//" and is usually one of the first members of the archive.

With MS libs, this will typically be the 3rd member in the archive, right after the first and second "/" special members.