YAML representations of COFF and PE object files.
Description
The structure of the yaml files is not an exact 1:1 match to COFF. In order to use yaml::IO, we use these structures which are closer to the source.
Types
Name |
Description |
Strong typedef for a COFF auxiliary symbol type tag. |
|
Strong typedef for a COFF COMDAT selection type value. |
|
YAML representation of a complete COFF or PE object file. |
|
YAML representation of an optional PE header. |
|
YAML representation of a COFF relocation entry. |
|
YAML representation of a COFF section. |
|
One piece of structured section contents for YAML. |
|
YAML representation of a COFF symbol table entry. |
|
Strong typedef for COFF weak‐external characteristics. |
Created with MrDocs