Module object::read::coff

source ·
Expand description

Support for reading Windows COFF files.

Provides CoffFile and related types which implement the Object trait.

Structs

A COMDAT section group of a CoffFile.
An iterator over the COMDAT section groups of a CoffFile.
An iterator over the sections in a COMDAT section group of a CoffFile.
A COFF object file.
An iterator over the relocations in a CoffSection.
A section of a CoffFile.
An iterator over the sections of a CoffFile.
A loadable section of a CoffFile.
An iterator over the loadable sections of a CoffFile.
A symbol of a CoffFile.
An iterator over the symbols of a CoffFile.
A symbol table of a CoffFile.
The table of section headers in a COFF or PE file.
An iterator for symbol entries in a COFF or PE file.
A table of symbol entries in a COFF or PE file.