Enum ScnCharacteristicsType
The SectionFlags enumeration lists all possible flags which can be set in the section characteristics.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public enum ScnCharacteristicsType : uint
Fields
Name | Description |
---|---|
Align1024Bytes | Section alignment. |
Align128Bytes | Section alignment. |
Align16Bytes | Default alignment if no others are specified. |
Align1Bytes | Section alignment. |
Align2048Bytes | Section alignment. |
Align256Bytes | Section alignment. |
Align2Bytes | Section alignment. |
Align32Bytes | Section alignment. |
Align4096Bytes | Section alignment. |
Align4Bytes | Section alignment. |
Align512Bytes | Section alignment. |
Align64Bytes | Section alignment. |
Align8192Bytes | Section alignment. |
Align8Bytes | Section alignment. |
AlignMask | Alignment mask. |
CntCode | Section contains code. |
CntInitializedData | Section contains initialized data. |
CntUninitializedData | Section contains uninitialized data. |
Gprel | Section content can be accessed relative to GP. |
LnkComdat | Section contents comdat. |
LnkInfo | Section contains comments or some other type of information. |
LnkNrelocOvfl | Section contains extended relocations. |
LnkOther | Reserved. |
LnkRemove | Section contents will not become part of image. |
Mem16Bit | Unknown. |
MemDiscardable | Section can be discarded. |
MemExecute | Section is executable. |
MemFardata | Unknown. |
MemLocked | Unknown. |
MemNotCached | Section is not cache-able. |
MemNotPaged | Section is not page-able. |
MemPreload | Unknown. |
MemPurgeable | Unknown. |
MemRead | Section is readable. |
MemShared | Section is shareable. |
MemWrite | Section is write-able. |
NoDeferSpecExc | Reset speculative exceptions handling bits in the TLB entries for this section. |
TypeNoPad | Reserved. |