|
Interface that gives the headers and sections. More...
Inheritance diagram for sections_provider:Public Member Functions | |
| virtual const dos_header * | get_msdos_header () const =0 |
| Returns the MS-DOS header. | |
| virtual const coff_header * | get_header () const =0 |
| Returns the COFF file header. | |
| virtual const optional_header * | get_optional_header () const =0 |
| Returns the COFF optional header. | |
| virtual const win_header * | get_win_header () const =0 |
| Returns the Windows NT header. | |
| virtual const sections & | get_sections () const =0 |
| Returns the sections. | |
Public Member Functions inherited from architecture_provider | |
| virtual coffi_architecture_t | get_architecture () const =0 |
| Returns the coffi object architecture. More... | |
| virtual int | get_addressable_unit () const =0 |
| Returns the character type size in bytes. More... | |
Interface that gives the headers and sections.
This interface is implemented by the coffi class.
Definition at line 1088 of file coffi_types.hpp.