Class CoffArchiveHeader

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

public final class CoffArchiveHeader extends Object implements StructConverter
A class that represents a COFF archive file (ie. MS .lib files, Unix .ar files)

COFF archives are very primitive compared to containers like ZIP or even TAR.

The name of entries (ie. files) inside the archive is limited to 16 bytes, and to support longer names a couple of different schemes have been invented. See the comments in CoffArchiveMemberHeader.read(BinaryReader, LongNamesMember) for decoding the name.

  • Constructor Details

    • CoffArchiveHeader

      protected CoffArchiveHeader()
  • Method Details