| Modifier and Type | Method and Description |
|---|---|
List<SectionFlag> |
getCharacteristics()
The flags that describe the characteristics of the section.
|
String |
getName()
An 8-byte, null-padded UTF-8 encoded string.
|
int |
getNumberOfLineNumbers()
The number of line-number entries for the section.
|
int |
getNumberOfRelocations()
The number of relocation entries for the section.
|
long |
getPointerToLineNumbers()
The file pointer to the beginning of line-number entries for the section.
|
long |
getPointerToRawData()
The file pointer to the first page of the section within the COFF file.
|
long |
getPointerToRelocations()
The file pointer to the beginning of relocation entries for the section.
|
long |
getSizeOfRawData()
The size of the section (for object files) or the size of the initialized
data on disk (for image files).
|
long |
getVirtualAddress()
For executable images, the address of the first byte of the section
relative to the image base when the section is loaded into memory.
|
long |
getVirtualSize()
The total size of the section when loaded into memory.
|
public List<SectionFlag> getCharacteristics()
public String getName()
public int getNumberOfLineNumbers()
public int getNumberOfRelocations()
public long getPointerToLineNumbers()
public long getPointerToRawData()
public long getPointerToRelocations()
public long getSizeOfRawData()
public long getVirtualAddress()
public long getVirtualSize()
Copyright © 2012–2019. All rights reserved.