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.

Traits

A trait for generic access to ImageFileHeader and AnonObjectHeaderBigobj.
A trait for generic access to ImageSymbol and ImageSymbolEx.

Functions

Read the class_id field from an anon object header.

Type Definitions

A COMDAT section group of a CoffBigFile.
An iterator over the COMDAT section groups of a CoffBigFile.
An iterator over the sections in a COMDAT section group of a CoffBigFile.
A COFF bigobj object file with 32-bit section numbers.
An iterator over the relocations in a CoffBigSection.
A section of a CoffBigFile.
An iterator over the sections of a CoffBigFile.
A loadable section of a CoffBigFile.
An iterator over the loadable sections of a CoffBigFile.
A symbol of a CoffBigFile.
An iterator over the symbols of a CoffBigFile.
A symbol table of a CoffBigFile.