[−][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 | A section of a |
CoffSectionIterator | An iterator over the sections of a |
CoffSegment | A loadable section of a |
CoffSegmentIterator | An iterator over the loadable sections of a |
CoffSymbolIterator | An iterator over the symbols of a |
SectionTable | The table of section headers in a COFF or PE file. |
SymbolTable | A table of symbol entries in a COFF or PE file. |