The PEBuildInformationType captures information about the tools used to build the PE binary, including the compiler and linker.
| Field Name | Type | Description | 
|---|---|---|
| Linker_Name0..1 | StringObjectPropertyType | 
        
           The Linker_Name field specifies the name of the linker used to link the PE binary.  | 
    
| Linker_Version0..1 | StringObjectPropertyType | 
        
           The Linker_Version field specifies the version of the linker used to link the PE binary.  | 
    
| Compiler_Name0..1 | StringObjectPropertyType | 
        
           The Compiler_Name field specifies the name of the compiler used to compile the binary.  | 
    
| Compiler_Version0..1 | StringObjectPropertyType | 
        
           The Compiler_Version field specifies the version of the compiler used to compile the binary.  |