retdec
include
retdec
fileformat
types
sec_seg
pe_coff_section.h
Go to the documentation of this file.
1
7
#ifndef RETDEC_FILEFORMAT_TYPES_SEC_SEG_PE_COFF_SECTION_H
8
#define RETDEC_FILEFORMAT_TYPES_SEC_SEG_PE_COFF_SECTION_H
9
10
#include "
retdec/fileformat/types/sec_seg/section.h
"
11
12
namespace
retdec
{
13
namespace
fileformat
{
14
18
class
PeCoffSection
:
public
Section
19
{
20
private
:
21
unsigned
long
long
peCoffFlags
;
22
public
:
23
PeCoffSection
();
24
27
unsigned
long
long
getPeCoffFlags
()
const
;
29
32
void
setPeCoffFlags
(
unsigned
long
long
sPeCoffFlags);
34
};
35
36
}
// namespace fileformat
37
}
// namespace retdec
38
39
#endif
retdec::fileformat::PeCoffSection
Definition:
pe_coff_section.h:19
retdec::fileformat::PeCoffSection::getPeCoffFlags
unsigned long long getPeCoffFlags() const
Definition:
pe_coff_section.cpp:24
retdec::fileformat::PeCoffSection::peCoffFlags
unsigned long long peCoffFlags
section flags
Definition:
pe_coff_section.h:21
retdec::fileformat::PeCoffSection::setPeCoffFlags
void setPeCoffFlags(unsigned long long sPeCoffFlags)
Definition:
pe_coff_section.cpp:33
retdec::fileformat::PeCoffSection::PeCoffSection
PeCoffSection()
Definition:
pe_coff_section.cpp:15
retdec::fileformat::Section
Definition:
section.h:19
fileformat
retdec
Definition:
archive_wrapper.h:19
section.h
Class for file section.
Generated on Tue Aug 8 2023 10:45:48 for retdec by
1.9.1