Header Type
Represents the ELF header. This type corresponds to "struct ElfN_Ehdr" in the ELF specification.
Record fields
| Record Field | Description | 
            
  | 
        |
            
                
              
              
                  Full Usage: 
                   
              ELFFlags
                  Field type: uint32
                  
                   | 
          |
            
  | 
        |
            
  | 
        |
            
                
              
              
                  Full Usage: 
                   
              EntryPoint
                  Field type: uint64
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              HeaderSize
                  Field type: uint16
                  
                   | 
          |
            
                
              
               | 
          
            
  | 
        
            
  | 
        |
            
                
              
              
                  Full Usage: 
                   
              OSABIVersion
                  Field type: uint32
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PHdrEntrySize
                  Field type: uint16
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PHdrNum
                  Field type: uint16
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PHdrTblOffset
                  Field type: uint64
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SHdrEntrySize
                  Field type: uint16
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SHdrNum
                  Field type: uint16
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SHdrStrIdx
                  Field type: uint16
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SHdrTblOffset
                  Field type: uint64
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              Version
                  Field type: uint32
                  
                   | 
          
            B2R2