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. - A Windows short form description of a symbol to import.
- The data following
ImportObjectHeader. - 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.
Enums
- The name or ordinal to import from a DLL.
- The kind of import symbol.
Traits
- A trait for generic access to
ImageFileHeaderandAnonObjectHeaderBigobj. - A trait for generic access to
ImageSymbolandImageSymbolEx.
Functions
- Read the
class_idfield 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.