[][src]Module object::read::coff

Support for reading Windows COFF files.

Provides CoffFile and related types which implement the Object trait.

Structs

CoffFile

A COFF object file.

CoffRelocationIterator

An iterator over the relocations in a CoffSection.

CoffSection

A section of a CoffFile.

CoffSectionIterator

An iterator over the sections of a CoffFile.

CoffSegment

A loadable section of a CoffFile.

CoffSegmentIterator

An iterator over the loadable sections of a CoffFile.

CoffSymbolIterator

An iterator over the symbols of a CoffFile.

SectionTable

The table of section headers in a COFF or PE file.

SymbolTable

A table of symbol entries in a COFF or PE file.