| com.pnfsoftware.jeb.core.units.codeobject.ISegmentInformation |
Known Indirect Subclasses
|
Definition of object code segments and sections.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | FLAG_EXECUTE | ||||||||||
| int | FLAG_READ | ||||||||||
| int | FLAG_WRITE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int |
getFlags()
Get the flags for this segment or section.
| ||||||||||
| abstract String |
getName()
Retrieve the name of the segment or section.
| ||||||||||
| abstract long |
getOffsetInFile()
Get the file offset of the segment or section.
| ||||||||||
| abstract long |
getOffsetInMemory()
Get the in-memory, base-relative address of the beginning of this segment or section.
| ||||||||||
| abstract long |
getSizeInFile()
Get the file size of this segment or section.
| ||||||||||
| abstract long |
getSizeInMemory()
Get the in-memory size of this segment or section.
| ||||||||||
Get the flags for this segment or section.
FLAG_* attributes
Retrieve the name of the segment or section.
Get the file offset of the segment or section.
Get the in-memory, base-relative address of the beginning of this segment or section. If a base address is not known or cannot be determined, the offset is 0-relative, and therefore, considered absolute.
Get the file size of this segment or section.
Get the in-memory size of this segment or section.