COFFI
1.2
               
coff_header Class Referenceabstract

Interface class for accessing the COFF file header, for all the COFF architectures. More...

+ Inheritance diagram for coff_header:

Public Member Functions

virtual bool load (std::istream &stream)=0
 
virtual void save (std::ostream &stream)=0
 
Functions for accessing the underlying COFF file section structure
 COFFI_GET_SET_ACCESS_DECL (uint16_t, version)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, machine)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, sections_count)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, time_data_stamp)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, symbol_table_offset)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, symbols_count)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, optional_header_size)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, flags)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, target_id)
 
 COFFI_GET_SIZEOF_DECL ()
 

Detailed Description

Interface class for accessing the COFF file header, for all the COFF architectures.

Definition at line 214 of file coffi_headers.hpp.


The documentation for this class was generated from the following file: