COFFI
1.2
               
optional_header Class Referenceabstract

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

+ Inheritance diagram for optional_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, magic)
 
 COFFI_GET_SET_ACCESS_DECL (uint8_t, major_linker_version)
 
 COFFI_GET_SET_ACCESS_DECL (uint8_t, minor_linker_version)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, linker_version)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, code_size)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, initialized_data_size)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, uninitialized_data_size)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, entry_point_address)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, code_base)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, data_base)
 
 COFFI_GET_SIZEOF_DECL ()
 

Detailed Description

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

Definition at line 312 of file coffi_headers.hpp.


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